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