This documentation is for the old version. Go to the latest Graphics Mill docs

XmpNode.Equals Method

Compares this XmpNode with the specified object.

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

Syntax

Visual Basic
Public Overrides Function Equals ( _
	other As Object _
) As Boolean
C#
public override bool Equals(
	Object other
)

Parameters

other

Type: System.Object

Object to compare with the current XmpNode instance. If actual type of this argument is other than XmpNode, an exception will be raised.

Return Value

Value specifying if the given object represents the same node as the current XmpNode.

See Also

Reference