Class TypeIdentityComparer
Type comparer based on hash code.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class TypeIdentityComparer : TypeIdentityComparerBase, ITypeComparer, IEqualityComparer<TypeInfo>
Properties
Default
The default instance.
Declaration
public static TypeIdentityComparer Default { get; }
Property Value
TypeIdentityComparer
|
Methods
GetHashCode(TypeInfo)
Declaration
public override int GetHashCode(TypeInfo obj)
Parameters
System.Reflection.TypeInfo
obj
|
Returns
System.Int32
|