ContentUser.Equals(Object) Method

Definition

Returns a value that indicates whether this ContentUser is equivalent to another given instance.

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

Parameters

obj
Object

The user instance to compare for equality.

Returns

true if Name and AuthenticationType are the same for both this user and the given user; otherwise, false.

Applies to