Show / Hide Table of Contents

Class TypeIdentityComparerBase

A baseline implementation of ITypeComparer for type comparison.

Inheritance
System.Object
TypeIdentityComparerBase
TypeIdentityComparer
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 abstract class TypeIdentityComparerBase : ITypeComparer, IEqualityComparer<TypeInfo>

Methods

Equals(TypeInfo, TypeInfo)

Declaration
public virtual bool Equals(TypeInfo x, TypeInfo y)
Parameters
System.Reflection.TypeInfo x

System.Reflection.TypeInfo y

Returns
System.Boolean

Implements
System.Collections.Generic.IEqualityComparer<T>.Equals(T, T)

GetHashCode(TypeInfo)

Declaration
public abstract int GetHashCode(TypeInfo obj)
Parameters
System.Reflection.TypeInfo obj

Returns
System.Int32

Implements
System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)

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