UIntPtr.Inequality(UIntPtr, UIntPtr) 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.
Determines whether two specified instances of UIntPtr are not equal.
public:
static bool operator !=(UIntPtr value1, UIntPtr value2);
public:
static bool operator !=(UIntPtr value1, UIntPtr value2) = System::Numerics::IEqualityOperators<UIntPtr, UIntPtr, bool>::op_Inequality;
public static bool operator != (UIntPtr value1, UIntPtr value2);
static member op_Inequality : unativeint * unativeint -> bool
Public Shared Operator != (value1 As UIntPtr, value2 As UIntPtr) As Boolean
Parameters
- value1
-
UIntPtr
unativeint
The first unsigned integer to compare.
- value2
-
UIntPtr
unativeint
The second unsigned integer to compare.
Returns
true
if value1
does not equal value2
; otherwise, false
.
Implements
Remarks
The equivalent method for this operator is UIntPtr.Equals(Object)
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา