Function Reference
FFIsDifferentCompares two SnapShots and determines whether they have any differences.
FFIsDifferent ( NoSnapShot1, NoSnapShot2 [, ShadeVariation] )
Parameters
| NoSnapShot1 | The "slot" number of the first SnapShot to compare. |
| NoSnapShot2 | The "slot" number of the second SnapShot to compare. |
| ShadeVariation | [optional] A number between 0 and 255 to indicate the allowed number of shades of variation of the red, green, and blue components of the colour. Default is 0 (exact match). |
Return Value
| Success: | Returns True |
| Failure: | Returns False |
Remarks
None.
Related
FFSnapShot, FFLocalizeChanges