[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Line.Equals

Equals Method

Equals(object)

Determines whether two object instances are equal.

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 Line.

Returns
Type Description
bool

This method returns true if obj is a Line object and it's Color and Style properties are equal to the corresponding properties of this Line structure; otherwise, false.

Overrides