ReflectionHelperIsEqualT Method

Compare values to the target object properties from the source object.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static bool IsEqual<T>(
	T source,
	T target
)
where T : class

Parameters

source  T
Source object.
target  T
Target object.

Type Parameters

T
Class type being used.

Return Value

Boolean
if the source object properties are equal to the target object.

See Also