Share via


AdmCredential.Equals(Object) Method

Definition

Specifies whether this credential is equal to the specified object.

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

Parameters

other
Object

The object to compare.

Returns

true if this credential is equal with the specific object; otherwise, false.

Applies to