CodeGroup.Equals Method (Object)
.NET Framework 1.1
Determines whether the specified code group is equivalent to the current code group.
[Visual Basic] Overrides Overloads Public Function Equals( _ ByVal o As Object _ ) As Boolean [C#] public override bool Equals( object o ); [C++] public: bool Equals( Object* o ); [JScript] public override function Equals( o : Object ) : Boolean;
Parameters
- o
- The code group to compare with the current code group.
Return Value
true if the specified code group is equivalent to the current code group; otherwise, false.
Remarks
Two code groups are equivalent if they have the same Name, Description, and MembershipCondition.
This method tests the top-level code group only, not its child code groups.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
CodeGroup Class | CodeGroup Members | System.Security.Policy Namespace | CodeGroup.Equals Overload List