[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.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 CharBoxBorder.

Returns
Type Description
bool

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.

Overrides