Class ObjectUtils
Inheritance
System.Object
ObjectUtils
Assembly: Steeltoe.Common.dll
Syntax
public static class ObjectUtils : object
Methods
|
Edit this page
View Source
IsEmpty(Object[])
Declaration
public static bool IsEmpty(object[] array)
Parameters
Type |
Name |
Description |
System.Object[] |
array |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
NullSafeEquals(Object, Object)
Declaration
public static bool NullSafeEquals(object o1, object o2)
Parameters
Type |
Name |
Description |
System.Object |
o1 |
|
System.Object |
o2 |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
NullSafeHashCode(Object)
Declaration
public static int NullSafeHashCode(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Int32 |
|