Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.Utilities.Editor |
public class FastTypeComparer : IEqualityComparer<Type>
public FastTypeComparer()
public static readonly FastTypeComparer Instance
public bool Equals(Type x, Type y)
System.Type | x | |
System.Type | y |
System.Boolean |
public int GetHashCode(Type obj)
System.Type | obj |
System.Int32 |