Click or drag to resize

ChangeCompareTo Method (Object)

Compares objects using the object Id

Namespace:  VelocityDb.Sync
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override int CompareTo(
	Object change
)

Parameters

change
Type: SystemObject

[Missing <param name="change"/> documentation for "M:VelocityDb.Sync.Change.CompareTo(System.Object)"]

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance precedes obj in the sort order. Zero This instance occurs in the same position in the sort order as obj. Greater than zero This instance follows obj in the sort order.

Implements

IComparableCompareTo(Object)
IComparableCompareTo(Object)
Exceptions
ExceptionCondition
ArgumentExceptionobj is not the same type as this instance.
See Also