Publisher.Equals(Object) Method

Definition

Compares the current Publisher to the specified object for equivalence.

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 Publisher to test for equivalence with the current object.

Returns

true if the two instances of the Publisher class are equal; otherwise, false.

Exceptions

The o parameter is not a Publisher object.

Remarks

Publisher objects are equal if they designate the same software publisher certificate.

Applies to