[]
        
Represents a single icon of an icon set.
public struct CfIcon : IEquatable<CfIcon>
  Public Structure CfIcon
    Implements IEquatable(Of CfIcon)
  | Name | Description | 
|---|---|
| CfIcon(IconSetType, int) | Initializes a new instance of the CfIcon struct.  | 
      
| Name | Description | 
|---|---|
| NoIcon | No icon.  | 
      
| Name | Description | 
|---|---|
| IconId | Gets an integer value represents the icon to be used.  | 
      
| IconSet | Gets the icon set type.  | 
      
| Name | Description | 
|---|---|
| Equals(CfIcon) | Indicates whether the current object is equal to another object of the same type.  | 
      
| Equals(object) | Determines whether the specified object is equal to this instance.  | 
      
| GetHashCode() | Returns a hash code for this instance.  | 
      
| IsNoIcon() | Determines whether this icon is NoIcon.  | 
      
| Name | Description | 
|---|---|
| operator ==(CfIcon, CfIcon) | Returns a value that indicates whether two specified CfIcon values are equal.  | 
      
| operator !=(CfIcon, CfIcon) | Returns a value that indicates whether two specified CfIcon values are not equal.  |