System.Security.Policy.NetCodeGroup.Equals Method

Determines whether the specified code group is equivalent to the current code group.

Syntax

public override bool Equals (object o)

Parameters

o
The System.Security.Policy.NetCodeGroup object to compare with the current code group.

Returns

true if the specified code group is equivalent to the current code group; otherwise, false.

Remarks

The following data are used to determine the equality of two System.Security.Policy.NetCodeGroup objects:

Requirements

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