XmpMetadata.IsEqualTo Method (XmpMetadata)

Checks if this metadata is equal to another one.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool IsEqualTo(
	XmpMetadata metadata
)
VB
Public Function IsEqualTo ( 
	metadata As XmpMetadata
) As Boolean

Parameters

metadata
Type: BitMiracle.Docotic.Pdf.XmpMetadata
An instance of XmpMetadata to compare this metadata to.

Return Value

Type: Boolean
true if metadata structures are equal; otherwise false.

Remarks

This method ignores whitespace and formatting differences. It also ignores the XMP Toolkit attribute and the following elements:
  • CreationDate, Creator, ModDate, and Producer in PDF schema
  • CreateDate, CreatorTool, MetadataDate, and ModifyDate in Basic schema

See Also