FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PaddingF Structure / Equals Method


In This Topic
Equals Method (PaddingF)
In This Topic
Determines whether the specified object is equivalent to the current padding.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 
'Usage
 
Dim instance As PaddingF
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)

Parameters

obj
See Also