You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getHashCodeis not null?getHashCode(obj):thrownewNotSupportedException();
17
+
}
18
+
19
+
extension<T>(EqualityComparer<T>)
20
+
{
21
+
/// <summary>
22
+
/// Creates an <see cref="EqualityComparer{T}"/> by using the specified delegates as the implementation of the comparer's <see cref="EqualityComparer{T}.Equals(T,T)"/> and <see cref="EqualityComparer{T}.GetHashCode(T)"/> methods.
getHashCodeis not null?getHashCode(obj):thrownewNotSupportedException();
14
+
}
15
+
extension<T>(EqualityComparer<T>)
16
+
{
17
+
/// <summary>
18
+
/// Creates an <see cref="EqualityComparer{T}"/> by using the specified delegates as the implementation of the comparer's <see cref="EqualityComparer{T}.Equals(T,T)"/> and <see cref="EqualityComparer{T}.GetHashCode(T)"/> methods.
/// Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options and time-out interval.
getHashCodeis not null?getHashCode(obj):thrownewNotSupportedException();
14
+
}
15
+
extension<T>(EqualityComparer<T>)
16
+
{
17
+
/// <summary>
18
+
/// Creates an <see cref="EqualityComparer{T}"/> by using the specified delegates as the implementation of the comparer's <see cref="EqualityComparer{T}.Equals(T,T)"/> and <see cref="EqualityComparer{T}.GetHashCode(T)"/> methods.
0 commit comments