Class ObjectUtils
public static class ObjectUtils
- Inheritance
-
ObjectUtils
- Inherited Members
Methods
IsEmpty(object[])
public static bool IsEmpty(object[] array)
Parameters
array
object[]
Returns
NullSafeEquals(object, object)
public static bool NullSafeEquals(object o1, object o2)
Parameters
Returns
NullSafeHashCode(object)
public static int NullSafeHashCode(object obj)
Parameters
obj
object