PostSharpAPI ReferencePost­Sharp.​ReflectionReflection­Type­Comparer
Open sandboxFocus

ReflectionTypeComparer Class

Comparer of reflection types (Type) based on content, not reference.

Inheritance
ReflectionTypeComparer
Implements
System.Collections.Generic.IEqualityComparer<Type>
System.Collections.Generic.IEqualityComparer<Type[]>
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class ReflectionTypeComparer : Object

Methods

Name Description
Equals(Type, Type)
Equals(Type[], Type[])
GetHashCode(Type)
GetHashCode(Type[])
GetInstance()

Gets an instance of ReflectionTypeComparer that does not perform substitution of generic parameters.

GetInstance(Type[], Type[], Type[], Type[])

Gets an instance of ReflectionTypeComparer that performs substitution of generic parameters.