ObjectUtility class

Provides methods for manipulating objects.

public static class ObjectUtility

Public Members

name description
static CreateEqualityComparer<T>(…) Creates an equality comparer from delegates. (2 methods)
static GetHashCode<T>(…) Gets the hash code for the specified object.

See Also