Method Equals
Equals(object)
Equality operator between two FrameSettings. Return true
if equivalent. (comparison of content).
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | Frame Settings to compare to. |
Returns
Type | Description |
---|---|
bool | True if both settings are equal. |