Click or drag to resize

PdfResourceManagerTResourcesMatch Method

Compares two resources for equality. Default implementation returns false. Subclasses should override this method

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual bool ResourcesMatch(
	T one,
	T two
)

Parameters

one
Type: T
The first resource.
two
Type: T
The second resource.

Return Value

Type: Boolean
true if the resources match, false otherwise.
See Also