NFloat.Equality(NFloat, NFloat) Operator

Definition

Compares two values to determine equality.

public:
 static bool operator ==(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IEqualityOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>::op_Equality;
public static bool operator == (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( = ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> bool
Public Shared Operator == (left As NFloat, right As NFloat) As Boolean

Parameters

left
NFloat

The value to compare with right.

right
NFloat

The value to compare with left.

Returns

true if left is equal to right; otherwise, false.

Implements

Applies to