BCGControlBar Library for .NET
Equals Method (Command)




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

Parameters

object
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

Command Class
Command Members
Base Implementation in Equals

Send Feedback