Click or drag to resize
BackingFieldUtilityTCollectionComparer Class
Inheritance Hierarchy
SystemObject
  CandlelightBackingFieldUtilityTCollectionComparer

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class CollectionComparer : IEqualityComparer<T>

The BackingFieldUtilityTCollectionComparer generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines if the two specified T are equivalent in terms of their serialized properties.
Public methodGetHashCode
Gets the hash code of the specified T in terms of its serialized properties.
Top
See Also