StandardFormat.Equality(StandardFormat, StandardFormat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether two StandardFormat instances are equal.
public:
static bool operator ==(System::Buffers::StandardFormat left, System::Buffers::StandardFormat right);
public static bool operator == (System.Buffers.StandardFormat left, System.Buffers.StandardFormat right);
static member ( = ) : System.Buffers.StandardFormat * System.Buffers.StandardFormat -> bool
Public Shared Operator == (left As StandardFormat, right As StandardFormat) As Boolean
Parameters
- left
- StandardFormat
The first format to compare.
- right
- StandardFormat
The second format to compare.
Returns
true
if the two instances are equal; otherwise, false
.
Remarks
Two StandardFormat instances are equal if their Symbol and Precision properties are equal.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.