Method Equals
Equals(object)
Equality operator between two FrameSettings. Return true
if equivalent. (comparison of content).
선언
public override bool Equals(object obj)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | obj | Frame Settings to compare to. |
반환
타입 | 설명 |
---|---|
bool | True if both settings are equal. |