forwardAssign Method    Table of ContentToString Method forward
Decimal64Ref.CompareTo Method
Compares the current instance with another object of the same type 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 object.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public int CompareTo(
	IDecimal other
)

Parameters

other
Type: OnixS.SimpleBinaryEncoding.IDecimal
An object to compare with this instance.

Return Value

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

Implements

IComparable<T>.CompareTo(T)
See Also