ComparisonHelper.TypePair
Namespace: SnowBank.Runtime.Converters · struct
Implements: IEquatable<TypePair>
Pair of types that can be used as a key in a dictionary
Constructors
TypePair
TypePair(Type left, Type right)
Methods
Equals
bool Equals(object obj)
bool Equals(TypePair other)
GetHashCode
int GetHashCode()
Fields
Left
readonly Type Left
Right
readonly Type Right