[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Equals

Equals Method

Equals(object)

Determines whether two object instances equals or not.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The object to compare with the current CharBoxBorderInfo.

Returns
Type Description
bool

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.

Overrides