'Declaration
Public Overloads Function Equals( _ ByVal other As ConditionalFormattingIconSetIndex _ ) As Boolean
'Usage
Dim instance As ConditionalFormattingIconSetIndex Dim other As ConditionalFormattingIconSetIndex Dim value As Boolean value = instance.Equals(other)
public bool Equals( ConditionalFormattingIconSetIndex other )
Parameters
- other
- An icon to compare with this icon.
Return Value
true if the current icon is equal to the other icon; otherwise, false.