Table of Contents

Class ObjectUtils

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.dll
public static class ObjectUtils
Inheritance
ObjectUtils
Inherited Members

Methods

IsEmpty(object[])

public static bool IsEmpty(object[] array)

Parameters

array object[]

Returns

bool

NullSafeEquals(object, object)

public static bool NullSafeEquals(object o1, object o2)

Parameters

o1 object
o2 object

Returns

bool

NullSafeHashCode(object)

public static int NullSafeHashCode(object obj)

Parameters

obj object

Returns

int