Operator operator !=
operator !=(FrameSettings, FrameSettings)
Inequality operator between two FrameSettings. Return true
if different. (comparison of content).
선언
public static bool operator !=(FrameSettings a, FrameSettings b)
파라미터
타입 | 이름 | 설명 |
---|---|---|
FrameSettings | a | First frame settings. |
FrameSettings | b | Second frame settings. |
반환
타입 | 설명 |
---|---|
bool | True if settings are not equal. |