IntPtr.IEquatable.Equals(IntPtr) Method (System) (original) (raw)

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 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 interface.

Applies to