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
Copy file name to clipboardExpand all lines: xml/System.Buffers/StandardFormat.xml
+28-18Lines changed: 28 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,28 @@ A `StandardFormat` object consists of a single character standard format specifi
74
74
</exception>
75
75
</Docs>
76
76
</Member>
77
+
<MemberGroupMemberName="Equals">
78
+
<AssemblyInfo>
79
+
<AssemblyName>System.Memory</AssemblyName>
80
+
<AssemblyVersion>4.0.1.0</AssemblyVersion>
81
+
<AssemblyVersion>4.1.0.0</AssemblyVersion>
82
+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
83
+
</AssemblyInfo>
84
+
<AssemblyInfo>
85
+
<AssemblyName>netstandard</AssemblyName>
86
+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
87
+
</AssemblyInfo>
88
+
<Docs>
89
+
<summary>Returns a value that indicates whether this instance is equal to a specified object or <seecref="T:System.Buffers.StandardFormat" />.</summary>
90
+
<remarks>
91
+
<formattype="text/markdown"><![CDATA[
92
+
93
+
Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:System.Buffers.StandardFormat.Symbol> and <xref:System.Buffers.StandardFormat.Precision> properties are equal.
@@ -103,15 +125,9 @@ A `StandardFormat` object consists of a single character standard format specifi
103
125
</Parameters>
104
126
<Docs>
105
127
<paramname="other">To be added.</param>
106
-
<summary>Indicates whether the current instances is equal to another <seecref="T:System.Buffers.StandardFormat" /> instance.</summary>
128
+
<summary>Returns a value that indicates whether the specified <seecref="T:System.Buffers.StandardFormat" /> is equal to the current instance.</summary>
107
129
<returns><seelangword="true" /> if the two instances are equal; otherwise, <seelangword="false" />.</returns>
108
-
<remarks>
109
-
<formattype="text/markdown"><![CDATA[
110
-
111
-
Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:System.Buffers.StandardFormat.Symbol> and <xref:System.Buffers.StandardFormat.Precision> properties are equal.
112
-
113
-
]]></format>
114
-
</remarks>
130
+
<remarks>To be added.</remarks>
115
131
</Docs>
116
132
</Member>
117
133
<MemberMemberName="Equals">
@@ -140,15 +156,9 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
140
156
</Parameters>
141
157
<Docs>
142
158
<paramname="obj">An object to compare to the current instance.</param>
143
-
<summary>Returns a value that indicates whether a specified object is a <seecref="T:System.Buffers.StandardFormat" /> object that is equal to the current instance.</summary>
159
+
<summary>Returns a value that indicates whether the specified object is a <seecref="T:System.Buffers.StandardFormat" /> object that is equal to the current instance.</summary>
144
160
<returns><seelangword="true" /> if the two instances are equal; otherwise, <seelangword="false" />.</returns>
145
-
<remarks>
146
-
<formattype="text/markdown"><![CDATA[
147
-
148
-
Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:System.Buffers.StandardFormat.Symbol> and <xref:System.Buffers.StandardFormat.Precision> properties are equal.
149
-
150
-
]]></format>
151
-
</remarks>
161
+
<remarks>To be added.</remarks>
152
162
</Docs>
153
163
</Member>
154
164
<MemberMemberName="GetHashCode">
@@ -428,7 +438,7 @@ Two <xref:System.Buffers.StandardFormat> instances are unequal if their <xref:Sy
428
438
</Parameters>
429
439
<Docs>
430
440
<paramname="format">A read-only span that contains the character to parse.</param>
431
-
<summary>Converts a <seecref="T:System.ReadOnlySpan{System.Char}" /> into a <seecref="T:System.Buffers.StandardFormat" /> instance using <seecref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
441
+
<summary>Converts a <seelangword="ReadOnlySpan<System.Char>" /> into a <seecref="T:System.Buffers.StandardFormat" /> instance using <seecref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
432
442
<returns>A value whose <seecref="P:System.Buffers.StandardFormat.Symbol" /> property value is the character in <paramrefname="format" /> and whose <seecref="P:System.Buffers.StandardFormat.Precision" /> property value is <seecref="F:System.Buffers.StandardFormat.NoPrecision" />.</returns>
433
443
<remarks>To be added.</remarks>
434
444
</Docs>
@@ -578,7 +588,7 @@ The string representation of a <xref:System.Buffers.StandardFormat> instance is
578
588
<Docs>
579
589
<paramname="format">A read-only span that contains the character to convert.</param>
580
590
<paramname="result">When the method returns, contains the parsed <seecref="T:System.Buffers.StandardFormat" /> instance if the operation was successful.</param>
581
-
<summary>Attempts to convert a <seecref="T:System.ReadOnlySpan{Char}" /> to a <seecref="T:System.Buffers.StandardFormat" /> instance and returns a value that indicates whether the parsing operation succeeded.</summary>
591
+
<summary>Attempts to convert a <seelangword="ReadOnlySpan<Char>" /> to a <seecref="T:System.Buffers.StandardFormat" /> instance and returns a value that indicates whether the parsing operation succeeded.</summary>
582
592
<returns><seelangword="true" /> if the parsing operation was successful; otherwise, <seelangword="false" />.</returns>
0 commit comments