System.Security.Policy.GacInstalled.Equals Method

Indicates whether the current object is equivalent to the specified object.

Syntax

public override bool Equals (object o)

Parameters

o
The object to compare with the current object.

Returns

true if o is a System.Security.Policy.GacInstalled object; otherwise, false.

Remarks

System.Security.Policy.GacInstalled objects have no properties to distinguish one from another, so all System.Security.Policy.GacInstalled objects are equal.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0