DomainNameCompareTo Method
Compares the current instance with another name and returns an integer that indicates whether the current instance
precedes, follows, or occurs in the same position in the sort order as the other name.
Namespace: ARSoft.Tools.NetAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public int CompareTo(
DomainName? other
)
Public Function CompareTo (
other As DomainName
) As Integer
public:
virtual int CompareTo(
DomainName^ other
) sealed
abstract CompareTo :
other : DomainName -> int
override CompareTo :
other : DomainName -> int
- other DomainName
- A name to compare with this instance.
Int32A value that indicates the relative order of the objects being compared.
IComparableTCompareTo(T)