IntPtr.IEquatable<IntPtr>.Equals(IntPtr) Method

Definition

Returns a value that indicates whether this instance is equal to another signed integer.

 virtual bool System.IEquatable<System.IntPtr>.Equals(IntPtr other) = IEquatable<IntPtr>::Equals;
bool IEquatable<IntPtr>.Equals (IntPtr other);
abstract member System.IEquatable<System.IntPtr>.Equals : nativeint -> bool
override this.System.IEquatable<System.IntPtr>.Equals : nativeint -> bool
Function Equals (other As IntPtr) As Boolean Implements IEquatable(Of IntPtr).Equals

Parameters

other
IntPtr

nativeint

A signed 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 IntPtr instance is cast to an IEquatable<T> interface.

Applies to