[]
Returns a value that indicates whether two specified CfIcon values are equal.
public static bool operator ==(CfIcon icon1, CfIcon icon2)
Public Shared Operator =(icon1 As CfIcon, icon2 As CfIcon) As Boolean
Type | Name | Description |
---|---|---|
CfIcon | icon1 | The first value to compare. |
CfIcon | icon2 | The second value to compare. |
Type | Description |
---|---|
bool | true if |