QualifiedName.Equals
Contents
[
Hide
]Equals(QualifiedName)
Determines whether the specified QualifiedName is equal to the current object.
public bool Equals(QualifiedName other)
| Parameter | Type | Description |
|---|---|---|
| other | QualifiedName | The QualifiedName to compare with the current object. |
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also
- class QualifiedName
- package com.aspose.html.dom
- package Aspose.HTML
Equals(object)
Determines whether the specified object is equal to the current object.
public bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current object. |
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also
- class QualifiedName
- package com.aspose.html.dom
- package Aspose.HTML