Principal.Equals(Object) Method

Definition

Returns a Boolean value that specifies whether the supplied object is equal to the current object.

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

Parameters

o
Object

The Principal object that is compared to the current instance.

Returns

true if the supplied object and current principal objects represent the same underlying principal in the store; otherwise false.

Applies to