This is the complete list of members for System.Collections.Generic.NullableEqualityComparer< T >, including all inherited members.
| Default | System.Collections.Generic.EqualityComparer< T?> | static |
| Equals(T? x, T? y) | System.Collections.Generic.NullableEqualityComparer< T > | inline |
| Equals([NotNullWhen(true)] object? obj) | System.Collections.Generic.NullableEqualityComparer< T > | inline |
| GetHashCode(T? obj) | System.Collections.Generic.NullableEqualityComparer< T > | inline |
| GetHashCode() | System.Collections.Generic.NullableEqualityComparer< T > | inline |
| EqualityComparer< T?>.GetHashCode([DisallowNull] T obj) | System.Collections.Generic.EqualityComparer< T?> | |
| IndexOf(T?[] array, T? value, int startIndex, int count) | System.Collections.Generic.NullableEqualityComparer< T > | inlinepackage |
| EqualityComparer< T?>.IndexOf(T[] array, T value, int startIndex, int count) | System.Collections.Generic.EqualityComparer< T?> | inlinepackagevirtual |
| LastIndexOf(T?[] array, T? value, int startIndex, int count) | System.Collections.Generic.NullableEqualityComparer< T > | inlinepackage |
| EqualityComparer< T?>.LastIndexOf(T[] array, T value, int startIndex, int count) | System.Collections.Generic.EqualityComparer< T?> | inlinepackagevirtual |