GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / Equals Method
The System.Object to compare with the current CharBoxBorder.


In This Topic
Equals Method (CharBoxBorder)
In This Topic
Determines whether two System.Object instances equals or not.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 
'Usage
 
Dim instance As CharBoxBorder
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)

Parameters

obj
The System.Object to compare with the current CharBoxBorder.

Return Value

The method returns true if obj is a CharBoxBorder object and it's Left, and Right, Top,Border properties are equal to the corresponding properties of this CharBoxBorder structure; otherwise, false.
See Also