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
)
Public Overrides Function CompareTo (
change As Object
) As Integer
public:
virtual int CompareTo(
Object^ change
) override
abstract CompareTo :
change : Object -> int
override CompareTo :
change : Object -> int
Parameters
- change
- Type: SystemObject
[Missing <param name="change"/> documentation for "M:VelocityDb.Sync.Change.CompareTo(System.Object)"]
Return Value
Type:
Int32A 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 See Also