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