ComparerCompare(Object, Object, Boolean) 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,
bool throwExceptions
)
Public Shared Function Compare (
a As Object,
b As Object,
throwExceptions As Boolean
) As Integer
static member Compare :
a : Object *
b : Object *
throwExceptions : bool -> int
- a Object
- b Object
- throwExceptions Boolean
-
Int321 if a is greater than b, -1 if a is less then b and 0 if they are equal