ReadonlyByteArrayCompareTo Method

Compares this ReadonlyByteArray instance with another instance for ordering.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int CompareTo(
	ReadonlyByteArray other
)

Parameters

other  ReadonlyByteArray
The ReadonlyByteArray to compare with this instance.

Return Value

Int32
A negative value if this instance is less than other, a positive value if this instance is greater than other, or zero if they are equal.

Implements

IComparableTCompareTo(T)

See Also