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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.