FunctionsValidationHasArrayPropertyBeenModifiedValidationHasArrayPropertyBeenModified CallableValidationHasArrayPropertyBeenModified<T>(oldArray: T[], newArray: T[]): booleanCheck whether newArray is different from oldArray.Type parametersTParametersoldArray: T[]newArray: T[]Returns boolean
Check whether newArray is different from oldArray.