AttributeWithValue equals Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Determines equality with another Object.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public override bool equals(
	Object obj
)

Parameters

obj
Type: System Object
The object to compare.

Return Value

Type: Boolean
true if the object to compare is an AttributeWithValue with the same qualified name (QName).
Remarks

Determines equality with another Object. Used to ensure that Sets do not contain the same value twice.
See Also