Method Approximately
Approximately(in ScreenComposerSettings, in ScreenComposerSettings)
Tests whether 2 ScreenComposerSettings are approximately equal.
Declaration
public static bool Approximately(in ScreenComposerSettings a, in ScreenComposerSettings b)
Parameters
| Type | Name | Description |
|---|---|---|
| ScreenComposerSettings | a | First settings object |
| ScreenComposerSettings | b | Second settings object |
Returns
| Type | Description |
|---|---|
| bool | True if all fields are equal to within a small epsilon value |