ObjVerChangesHasChanged Method (MFIdentifier) |
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 MFIdentifier[] props
)
Public Function HasChanged (
ParamArray props As MFIdentifier()
) As Boolean
public:
bool HasChanged(
... array<MFIdentifier^>^ props
)
Parameters
- props
- Type: MFiles.VAF.ConfigurationMFIdentifier
The propertyDefs whose values should be checked for changes.
Return Value
Type:
BooleanTrue if any of the passed property values has changed.
See Also