TypeEqualityComparer

Namespace: SnowBank.Runtime · class

Implements: IEqualityComparer<Type>

Equality comparer for types

Methods

Equals

bool Equals(Type x, Type y)

GetHashCode

int GetHashCode(Type obj)

Fields

Default

static readonly IEqualityComparer<Type> Default

Default instance that calls Equals when comparing two types