ComparerCompare(Object, Object) Method
compare two objects, while gracefully handle null in either one of them
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static int Compare(
Object a,
Object b
)
Public Shared Function Compare (
a As Object,
b As Object
) As Integer
static member Compare :
a : Object *
b : Object -> int
- a Object
- b Object
Int321 if a is greater than b, -1 if a is less then b and 0 if they are equal