[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Fill.Equals

Equals Method

Equals(ref Fill)

Equalses the specified other.

Declaration
[CLSCompliant(false)]
public bool Equals(ref Fill other)
<CLSCompliant(False)>
Public Function Equals(ByRef other As Fill) As Boolean
Parameters
Type Name Description
Fill other

The other.

Returns
Type Description
bool

true if equal to other, false otherwise.

Equals(object)

Determines whether the specified object is equal to this instance.

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

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides

Equals(Fill)

Equalses the specified other.

Declaration
public bool Equals(Fill other)
Public Function Equals(other As Fill) As Boolean
Parameters
Type Name Description
Fill other

The other.

Returns
Type Description
bool

true if equal to other, false otherwise.

Implements