BCGControlBar Library for .NET
Equals(Control) Method




Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal value As Control _
) As Boolean
'Usage
 
Dim instance As ControlWrapper
Dim value As Control
Dim value As Boolean
 
value = instance.Equals(value)
public override bool Equals( 
   Control value
)
public: bool Equals( 
   Control* value
) override 
public:
bool Equals( 
   Control^ value
) override 

Parameters

value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ControlWrapper Class
ControlWrapper Members
Overload List
Base Implementation in Equals(Control)

Send Feedback