equals method
equals
Compares resource redaction annotation using IEquatable Equals method.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | ResourcesRedactionAnnotation |
The ResourcesRedactionAnnotation object to compare with the current object. |
Returns: bool: True if the annotations are equal; otherwise False.
equals
Compares resource redaction annotation using standard object Equals method.
def equals(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | Any |
The object to compare with the current object. |