UInt32.IEqualityOperators<UInt32,UInt32,Boolean>.Equality 運算子

定義

比較兩個值來判斷相等。

 static bool System.Numerics.IEqualityOperators<System.UInt32,System.UInt32,System.Boolean>.operator ==(System::UInt32 left, System::UInt32 right) = System::Numerics::IEqualityOperators<System::UInt32, System::UInt32, bool>::op_Equality;
static bool IEqualityOperators<uint,uint,bool>.operator == (uint left, uint right);
static member ( = ) : uint32 * uint32 -> bool
 Shared Operator == (left As UInteger, right As UInteger) As Boolean Implements IEqualityOperators(Of UInteger, UInteger, Boolean).op_Equality

參數

left
UInt32

要與 right 比較的值。

right
UInt32

要與 left 比較的值。

傳回

如果 true 等於 left,則為 right,否則為 false

實作

適用於