[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingIconSetIndex.Equals

Equals Method

Equals(ConditionalFormattingIconSetIndex)

Indicates whether the current icon is equal to another icon.

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

An icon to compare with this icon.

Returns
Type Description
bool

true if the current icon is equal to the other icon; otherwise, false.

Implements

Equals(object)

Indicates whether this icon and a specified object are equal.

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

Another object to compare to.

Returns
Type Description
bool

true if obj and this icon are the same type and represent the same value; otherwise, false.

Overrides