UIntPtr.Equals Metodo
Definizione
Overload
Equals(Object) |
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.Returns a value indicating whether this instance is equal to a specified object. |
Equals(UIntPtr) |
Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo.Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.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);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parametri
- obj
- Object
Oggetto da confrontare con questa istanza o null
.An object to compare with this instance or null
.
Restituisce
true
se obj
è un'istanza di UIntPtr ed è uguale al valore dell'istanza; in caso contrario, false
.true
if obj
is an instance of UIntPtr and equals the value of this instance; otherwise, false
.
Si applica a
Equals(UIntPtr)
Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo.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
Parametri
- other
- UIntPtr
Oggetto da confrontare con l'oggetto corrente.An object to compare with this object.
Restituisce
true
se l'oggetto corrente è uguale al parametro other
; in caso contrario, false
.true
if the current object is equal to the other
parameter; otherwise, false
.