SByte.IEqualityOperators<SByte,SByte,Boolean>.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values to determine inequality.
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
Parameters
- left
- SByte
The value to compare with right
.
- right
- SByte
The value to compare with left
.
Returns
true
if left
is not equal to right
; otherwise, false
.
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.