Operator operator ==
operator ==(FrameSettings, FrameSettings)
Equality operator between two FrameSettings. Return true if equivalent. (comparison of content).
Declaration
public static bool operator ==(FrameSettings a, FrameSettings b)
Parameters
| Type | Name | Description |
|---|---|---|
| FrameSettings | a | First frame settings. |
| FrameSettings | b | Second frame settings. |
Returns
| Type | Description |
|---|---|
| bool | True if both settings are equal. |