Show / Hide Table of Contents

Class TypeIdentityComparer

Type comparer based on hash code.

Inheritance
System.Object
TypeIdentityComparerBase
TypeIdentityComparer
Inherited Members
TypeIdentityComparerBase.Equals(TypeInfo, TypeInfo)
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

Overrides
TypeIdentityComparerBase.GetHashCode(TypeInfo)

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX