DomainNameEquals(DomainName) Method
Checks, whether this name is equal to an other name (case insensitive)
Namespace: ARSoft.Tools.NetAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public bool Equals(
DomainName? other
)
Public Function Equals (
other As DomainName
) As Boolean
public:
virtual bool Equals(
DomainName^ other
) sealed
abstract Equals :
other : DomainName -> bool
override Equals :
other : DomainName -> bool
- other DomainName
- The other name
Booleantrue, if the names are equal
IEquatableTEquals(T)