equals method
equals
Determines whether the specified CadCodeValue, is equal to this instance.
Returns
true if the specified CadCodeValue is equal to this instance; otherwise, false.
def equals(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | CadCodeValue | The CadCodeValue to compare with this instance. |
See Also
- module
aspose.cad.fileformats.cad - class
CadCodeValue