Determines whether two VGEditorBrowsableAttribute instances are equal.

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

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
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

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

See Also