SByte.IEqualityOperators<SByte,SByte,Boolean>.Equality 运算符

定义

比较两个值以确定相等性。

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

参数

left
SByte

要与 right进行比较的值。

right
SByte

要与 left进行比较的值。

返回

如果 true 等于 left,则为 right;否则为 false

实现

适用于