Checks if a domain name ends with another

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
public bool EndsWith(
	DomainName ewDom
)
Visual Basic (Declaration)
Public Function EndsWith ( _
	ewDom As DomainName _
) As Boolean
Visual C++
public:
bool EndsWith(
	DomainName^ ewDom
)

Parameters

ewDom
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName
Ends-with domain name

Remarks

Only checks full domain name segments (dot-to-dot)

See Also