Method AreEqual
AreEqual(ref LensSettings, ref LensSettings)
Compare two lens settings objects for approximate equality
Declaration
public static bool AreEqual(ref LensSettings a, ref LensSettings b)
Parameters
| Type | Name | Description |
|---|---|---|
| LensSettings | a | First LensSettings |
| LensSettings | b | Second Lens Settings |
Returns
| Type | Description |
|---|---|
| bool | True if the two lenses are approximately equal |