Compares this domain name with another domain names for equality

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

Syntax

C#
public bool Equals(
	DomainName other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As DomainName _
) As Boolean
Visual C++
public:
virtual bool Equals(
	DomainName^ other
) sealed

Parameters

other
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName
The domain name to comare to

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also