Method Equals
Equals(AssetState)
Check if one asset state is equal to another.
선언
public bool Equals(AssetState other)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AssetState | other | Right hand side of comparision. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if the Asset States are equal to one another. |