[]
Compares two C1ZoomUnit structures for equality.
public static bool operator ==(C1ZoomUnit gl1, C1ZoomUnit gl2)
Type | Name | Description |
---|---|---|
C1ZoomUnit | gl1 | The first instance of C1ZoomUnit to compare. |
C1ZoomUnit | gl2 | The second instance of C1ZoomUnit to compare. |
Type | Description |
---|---|
bool | true if the two instances of C1ZoomUnit have the same value and C1ZoomUnitType; otherwise, false. |