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


In This Topic
Equals Method (CharBoxBorderInfo)
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 CharBoxBorderInfo
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)

Parameters

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

Return Value

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