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