SByte.IEqualityOperators<SByte,SByte,Boolean>.Inequality Operátor

Definice

Porovná dvě hodnoty a určí nerovnost.

 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_Inequality;
static bool IEqualityOperators<sbyte,sbyte,bool>.operator != (sbyte left, sbyte right);
static member System.Numerics.IEqualityOperators<System.SByte,System.SByte,System.Boolean>.op_Inequality : sbyte * sbyte -> bool
 Shared Operator != (left As SByte, right As SByte) As Boolean Implements IEqualityOperators(Of SByte, SByte, Boolean).op_Inequality

Parametry

left
SByte

Hodnota, která se má porovnat s right.

right
SByte

Hodnota, která se má porovnat s left.

Návraty

truepokud left se nerovná hodnotě right; v opačném případě . false

Implementuje

Platí pro