UIntPtr.Equals Method

Definition

Overloads

Equals(Object)

Returns a value indicating whether this instance is equal to a specified object.

Equals(UIntPtr)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Source:
UIntPtr.cs
Source:
UIntPtr.cs
Source:
UIntPtr.cs

Returns a value indicating whether this instance is equal to a specified object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

An object to compare with this instance or null.

Returns

true if obj is an instance of UIntPtr and equals the value of this instance; otherwise, false.

Applies to

Equals(UIntPtr)

Source:
UIntPtr.cs
Source:
UIntPtr.cs
Source:
UIntPtr.cs

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(UIntPtr other);
public bool Equals (UIntPtr other);
override this.Equals : unativeint -> bool
Public Function Equals (other As UIntPtr) As Boolean

Parameters

other
UIntPtr

unativeint

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to