[]
Compares the Variant with the specified object.
public int CompareTo(object obj)
Type | Name | Description |
---|---|---|
object | obj | The object to be compared with. |
Type | Description |
---|---|
int |
Compares the Variant with the specified one.
public int CompareTo(Variant b)
Type | Name | Description |
---|---|---|
Variant | b | The Variant to be compared with. |
Type | Description |
---|---|
int |