Operator operator !=
operator !=(TrackDrawOptions, TrackDrawOptions)
Compares two TrackDrawOptions
objects.
선언
public static bool operator !=(TrackDrawOptions options1, TrackDrawOptions options2)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackDrawOptions | options1 | The first object. |
TrackDrawOptions | options2 | The second object. |
반환
타입 | 설명 |
---|---|
bool | Returns true if they are not equal. |