BCGControlBar Library for .NET
Equals(SplitterControl) Method




The object to compare to the Splitter Control from this Splitter Holder.
Determines whether the specified Splitter Control  equals to the splitter control from the splitter holder.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal splitter As SplitterControl _
) As Boolean
'Usage
 
Dim instance As SplitterHolder
Dim splitter As SplitterControl
Dim value As Boolean
 
value = instance.Equals(splitter)
public bool Equals( 
   SplitterControl splitter
)
public: bool Equals( 
   SplitterControl* splitter
) 
public:
bool Equals( 
   SplitterControl^ splitter
) 

Parameters

splitter
The object to compare to the Splitter Control from this Splitter Holder.

Return Value

true if the specified splitter control is equal to this Splitter Control; otherwise, false.
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

SplitterHolder Class
SplitterHolder Members
Overload List

Send Feedback