NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Publisher.Equals

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;

Parameters

o
[To be supplied.]

Return Value

True if the two Publisher objects are equal.

Exceptions

Exception Type Condition
ArgumentException if o is a different type object than Publisher

Remarks

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.

See Also

Publisher Class | Publisher Members | System.Security.Policy Namespace