ReflectionHelperIsEqualT Method
Compare values to the target object properties from the source object.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static bool IsEqual<T>(
T source,
T target
)
where T : class
- source T
- Source object.
- target T
- Target object.
- T
- Class type being used.
Boolean if the source object properties are equal to the target object.