FarPoint.Win.Spread
Equals Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButton Class : Equals Method


obj
Object to compare with the current Object
Determines whether the specified Object is equal to the current Object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpScrollBarButton
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)

Parameters

obj
Object to compare with the current Object

Return Value

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

See Also