UInt32.IEqualityOperators<UInt32,UInt32,Boolean>.Inequality Opérateur
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux valeurs pour déterminer l’inégalité.
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_Inequality;
static bool IEqualityOperators<uint,uint,bool>.operator !=(uint left, uint right);
static member System.Numerics.IEqualityOperators<System.UInt32,System.UInt32,System.Boolean>.op_Inequality : uint32 * uint32 -> bool
Shared Operator != (left As UInteger, right As UInteger) As Boolean Implements IEqualityOperators(Of UInteger, UInteger, Boolean).op_Inequality
- left
- UInt32
Valeur à comparer avec right
.
- right
- UInt32
Valeur à comparer avec left
.
true
si left
n'est pas égal à right
; sinon, false
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :