StandardFormat.Inequality(StandardFormat, StandardFormat) Operator

Definitie

Bepaalt of twee StandardFormat instanties ongelijk zijn.

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 op_Inequality : System.Buffers.StandardFormat * System.Buffers.StandardFormat -> bool
Public Shared Operator != (left As StandardFormat, right As StandardFormat) As Boolean

Parameters

left
StandardFormat

De eerste indeling die moet worden vergeleken.

right
StandardFormat

De tweede indeling die moet worden vergeleken.

Retouren

true als de twee notaties ongelijk zijn; anders, false.

Opmerkingen

Twee StandardFormat instanties zijn ongelijk als hun Symbol eigenschappen Precision niet identiek zijn.

Van toepassing op