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
<paramname="x">The first object to compare.</param>
1105
+
<paramname="y">The second object to compare.</param>
1106
+
<summary>Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.</summary>
1107
+
<returns>A signed integer that indicates the relative values of <paramrefname="x" /> and <paramrefname="y" />.</returns>
1108
+
<remarks>
1109
+
<formattype="text/markdown"><![CDATA[
1110
+
1111
+
## Remarks
1112
+
1113
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.StringComparer> instance is cast to an <xref:System.Collections.IComparer> interface.
<paramname="x">The first object to compare.</param>
1165
+
<paramname="y">The second object to compare.</param>
1166
+
<summary>Determines whether the specified objects are equal.</summary>
1167
+
<returns>
1168
+
<seelangword="true" /> if the specified objects are equal; otherwise, <seelangword="false" />.</returns>
1169
+
<remarks>
1170
+
<formattype="text/markdown"><![CDATA[
1171
+
1172
+
## Remarks
1173
+
1174
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.StringComparer> instance is cast to an <xref:System.Collections.IEqualityComparer> interface.
<paramname="obj">The object from which to obtain the hash code.</param>
1217
+
<summary>Returns a hash code for the specified object.</summary>
1218
+
<returns>A hash code for the specified object.</returns>
1219
+
<remarks>
1220
+
<formattype="text/markdown"><![CDATA[
1221
+
1222
+
## Remarks
1223
+
1224
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.StringComparer> instance is cast to an <xref:System.Collections.IEqualityComparer> interface.
0 commit comments