Determines whether two VGEditorBrowsableAttribute instances are equal.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::.Object
a VGEditorBrowsableAttribute object to compare with the current object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

See Also