CSSValue.Equals
CSSValue.Equals method
Determines whether the specified Object is equal to this instance.
public bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The Object to compare with this instance. |
Return Value
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
| exception | condition |
|---|---|
| NullReferenceException | The obj parameter is null. |
See Also
- class CSSValue
- package com.aspose.html.dom.css
- package Aspose.HTML