Compare two Publisher evidence objects for equivalence.
[Visual Basic] Overrides Public Function Equals( _ ByVal o As Object _ ) As Boolean [C#] public override bool Equals( object o ); [C++] public: override bool Equals( Object* o ); [JScript] public override function Equals( o : Object ) : Boolean;
True if the two Publisher objects are equal.
Exception Type | Condition |
---|---|
ArgumentException | if o is a different type object than Publisher |
Publisher objects are equal if they designate the software publisher certificate. Note that a publisher may hold multiple certificates- the corresponding Publisher objects will not be considered equal.
Publisher Class | Publisher Members | System.Security.Policy Namespace