PropertyToken.Inequality(PropertyToken, PropertyToken) 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.
Indicates whether two PropertyToken structures are not equal.
public:
static bool operator !=(System::Reflection::Emit::PropertyToken a, System::Reflection::Emit::PropertyToken b);
public static bool operator != (System.Reflection.Emit.PropertyToken a, System.Reflection.Emit.PropertyToken b);
static member op_Inequality : System.Reflection.Emit.PropertyToken * System.Reflection.Emit.PropertyToken -> bool
Public Shared Operator != (a As PropertyToken, b As PropertyToken) As Boolean
Parameters
The PropertyToken to compare to b
.
The PropertyToken to compare to a
.
Returns
true
if a
is not equal to b
; otherwise, false
.
Remarks
The equivalent method for this operator is PropertyToken.Equals(PropertyToken).
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.