UIntPtr.IEquatable<UIntPtr>.Equals(UIntPtr) Method
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.
Returns a value that indicates whether this instance is equal to another unsigned integer.
virtual bool System.IEquatable<System.UIntPtr>.Equals(UIntPtr other) = IEquatable<UIntPtr>::Equals;
bool IEquatable<UIntPtr>.Equals (UIntPtr other);
abstract member System.IEquatable<System.UIntPtr>.Equals : unativeint -> bool
override this.System.IEquatable<System.UIntPtr>.Equals : unativeint -> bool
Function Equals (other As UIntPtr) As Boolean Implements IEquatable(Of UIntPtr).Equals
Parameters
- other
-
UIntPtr
unativeint
An unsigned integer to compare with this instance.
Returns
true
if other
equals the value of this instance; otherwise, false
.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the UIntPtr instance is cast to an IEquatable<T> interface.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.