XmpNode.Equals Method

Tests whether the specified object is a XmpNode instance and is equivalent to this XmpNode.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override bool Equals(
	Object other
)

Parameters

other

Type: System.Object

The object to test.

Return Value

true if object is a XmpNode instance equivalent to this XmpNode; otherwise, false.

See Also

Reference