ObjVerChangesHasChanged Method (Object) |
Indicates whether the passed any of the passed properties
have changed since the previous version.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool HasChanged(
params Object[] props
)
Public Function HasChanged (
ParamArray props As Object()
) As Boolean
public:
bool HasChanged(
... array<Object^>^ props
)
Parameters
- props
- Type: SystemObject
The propertyDefs whose values should be checked for changes.
Return Value
Type:
BooleanTrue if any of the passed property values has changed.
See Also