8[
TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
 
   12    public override bool Equals(T x, T y)
 
 
   62        return obj.GetHashCode();
 
 
   69            return GetType() == 
obj.GetType();
 
 
   76        return GetType().GetHashCode();
 
 
 
override int GetHashCode()
 
void GetObjectData(SerializationInfo info, StreamingContext context)
 
override int LastIndexOf(T[] array, T value, int startIndex, int count)
 
override int GetHashCode(T obj)
 
override bool Equals([NotNullWhen(true)] object? obj)
 
EnumEqualityComparer(SerializationInfo information, StreamingContext context)
 
override bool Equals(T x, T y)
 
override int IndexOf(T[] array, T value, int startIndex, int count)
 
static Type GetUnderlyingType(Type enumType)
 
static TypeCode GetTypeCode(Type? type)