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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.