RuntimeMethodHandle.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.
Indicates whether two instances of RuntimeMethodHandle are not equal.
public:
static bool operator !=(RuntimeMethodHandle left, RuntimeMethodHandle right);
public static bool operator != (RuntimeMethodHandle left, RuntimeMethodHandle right);
static member op_Inequality : RuntimeMethodHandle * RuntimeMethodHandle -> bool
Public Shared Operator != (left As RuntimeMethodHandle, right As RuntimeMethodHandle) As Boolean
Parameters
- left
- RuntimeMethodHandle
A RuntimeMethodHandle to compare to right
.
- right
- RuntimeMethodHandle
A RuntimeMethodHandle to compare to left
.
Returns
true
if the value of left
is unequal to the value of right
; otherwise, false
.
Remarks
The equivalent method for this operator is RuntimeMethodHandle.Equals(RuntimeMethodHandle).
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.