ApiFilterCompareTo Method

Compares this instance to another instance and returns an indication of their relative values

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public int CompareTo(
	ApiFilter other
)

Parameters

other  ApiFilter
An ApiFilter object to compare

Return Value

Int32
Returns -1 if this instance is less than the value, 0 if they are equal, or 1 if this instance is greater than the value or the value is null.

Implements

IComparableTCompareTo(T)

Remarks

Entries are sorted by API entry type and full name

See Also