Tests whether this instance is identical with the decorator one obj.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
protected abstract bool DecorateEquals(
	XKeyDecorator obj,
	bool sourceEquals
)

Parameters

obj
Type: SGP.XUtility..::.XKeyDecorator
A second value.
sourceEquals
Type: System..::.Boolean
Determinates if the source objects are identical.

Return Value

trueTruetruetrue (True in Visual Basic) when instances are same.

See Also