Method DidChange
DidChange(UInt32, UInt32)
Test whether two version numbers indicate that a change has occurred.
Declaration
public static bool DidChange(uint changeVersion, uint requiredVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | changeVersion | The newer/current version number |
| UInt32 | requiredVersion | The previous version number. |
Returns
| Type | Description |
|---|---|
| Boolean | True if |