DomainNameEquals(DomainName, Boolean) Method
Checks, whether this name is equal to an other name
Namespace: ARSoft.Tools.NetAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public bool Equals(
DomainName? other,
bool ignoreCase
)
Public Function Equals (
other As DomainName,
ignoreCase As Boolean
) As Boolean
public:
bool Equals(
DomainName^ other,
bool ignoreCase
)
member Equals :
other : DomainName *
ignoreCase : bool -> bool
- other DomainName
- The other name
- ignoreCase Boolean
- true, if the case should ignored on checking
Booleantrue, if the names are equal