Method Equals
Equals(object)
Indicates whether this instance and a specified object are equal.
선언
public override bool Equals(object obj)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| object | obj | The object to compare with the current instance. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns |
오버라이드
Equals(MarkerOverlayRegion)
Compares this object with another MarkerOverlayRegion.
선언
public bool Equals(MarkerOverlayRegion other)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| MarkerOverlayRegion | other | The object to compare with. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if |