Click or drag to resize

TypeInfoTraceCompare Method

Compares the properties of two objects, and if the property values are different, traces the difference to any trace listeners.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
[ConditionalAttribute("TRACE")]
public static void TraceCompare(
	Object? obj0,
	Object? obj1
)

Parameters

obj0  Object
The first object to compare.
obj1  Object
The second object to compare.
Exceptions
ExceptionCondition
ArgumentExceptionobj0 and obj1 are different types.
See Also