C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ElementSize Class / Equals Method


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

Parameters

obj
See Also