ReflectionHasChangesPropertiesValues Method
Indicates if there is any change in the values of the properties of the objects.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool HasChangesPropertiesValues(
Object objA,
Object objB,
string[] excludeProperties = null,
BindingFlags flags = BindingFlags.Instance|BindingFlags.Public|BindingFlags.NonPublic
)
Public Shared Function HasChangesPropertiesValues (
objA As Object,
objB As Object,
Optional excludeProperties As String() = Nothing,
Optional flags As BindingFlags = BindingFlags.Instance Or BindingFlags.Public Or BindingFlags.NonPublic
) As Boolean
- 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.
Boolean if there is any change in the values of the properties of the objects.; otherwise,
.