ObjVerChangesHasChanged(Object) Method

Indicates whether the passed any of the passed properties have changed since the previous version.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool HasChanged(
	params Object[] props
)

Parameters

props  Object
The propertyDefs whose values should be checked for changes.

Return Value

Boolean
True if any of the passed property values has changed.

See Also