Aracılığıyla paylaş


NFloat.Equality(NFloat, NFloat) Operatör

Tanım

Eşitliği belirlemek için iki değeri karşılaştırır.

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

Parametreler

left
NFloat

ile rightkarşılaştıracak değer.

right
NFloat

ile leftkarşılaştıracak değer.

Döndürülenler

trueeşitseright; eşit değilseleft, false.

Uygulamalar

Şunlara uygulanır