GcmCredential.Equals(Object) Method

Definition

Specifies whether the credential is equal with the specific 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 other object to compare.

Returns

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

Applies to