Spread Windows Forms 12.0 Product Documentation
Equals(Object) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalFormattingIconSetIndex Class > Equals Method : Equals(Object) Method
Another object to compare to.
Indicates whether this icon and a specified object are equal.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As ConditionalFormattingIconSetIndex
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
Another object to compare to.

Return Value

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

Reference

ConditionalFormattingIconSetIndex Class
ConditionalFormattingIconSetIndex Members
Overload List