[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Bevel.Equals

Equals Method

Equals(object)

Determines whether two object instances are equal.

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

The object to compare with the current Bevel.

Returns
Type Description
bool

true if value is an instance of Bevel and equals the value of this instance; otherwise, false.

Overrides