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.

Definition

Namespace: ARSoft.Tools.Net
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public int CompareTo(
	DomainName? other
)

Parameters

other  DomainName
A name to compare with this instance.

Return Value

Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparableTCompareTo(T)

See Also