[]
Indicates whether the current icon is equal to another icon.
public bool Equals(ConditionalFormattingIconSetIndex other)
Public Function Equals(other As ConditionalFormattingIconSetIndex) As Boolean
Type | Name | Description |
---|---|---|
ConditionalFormattingIconSetIndex | other | An icon to compare with this icon. |
Type | Description |
---|---|
bool | true if the current icon is equal to the other icon; otherwise, false. |
Indicates whether this icon and a specified object are equal.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Another object to compare to. |
Type | Description |
---|---|
bool | true if obj and this icon are the same type and represent the same value; otherwise, false. |