ReflectionHasChangesPropertiesValues Method

Indicates if there is any change in the values of the properties of the objects.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool HasChangesPropertiesValues(
	Object objA,
	Object objB,
	string[] excludeProperties = null,
	BindingFlags flags = BindingFlags.Instance|BindingFlags.Public|BindingFlags.NonPublic
)

Parameters

objA  Object
Object to compare property values.
objB  Object
Object to compare property values.
excludeProperties  String  (Optional)
Properties to exclude.
flags  BindingFlags  (Optional)
Property search restrictions.

Return Value

Boolean
if there is any change in the values of the properties of the objects.; otherwise, .

See Also