Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ClassifyEqualityComparer

Summary

Provides an equality comparer that implements the default behavior for ClassifyOptions.SerializationEqualityComparer.

Instance methods

bool
Equals(object x, object y)
  • Implements: IEqualityComparer<object>.Equals(object, object)
Compares two arbitrary objects.
int
GetHashCode(object obj)
  • Implements: IEqualityComparer<object>.GetHashCode(object)
Returns a hash code for the specified object.

Static fields

IEqualityComparer<object>Provides the singleton instance of this class.