| VolumeCompareTo Method |
[This is preliminary documentation and is subject to change.]
Compares the current instance with another object of the same type.
Namespace:
UsbEject
Assembly:
UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax public override int CompareTo(
Object obj
)
Public Overrides Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) override
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
An object to compare with this instance.
Return Value
Type:
Int32A 32-bit signed integer that indicates the relative order of the comparands.
Implements
IComparableCompareTo(Object)IComparableCompareTo(Object)See Also