| Parameter | Description |
|---|---|
| obj | Object containing an AllocatorHandle. |
bool Returns true if both handles are for the same allocator instance at the same version, otherwise false.
AllocatorHandle instances are equal if they refer to the same instance at the same version.
| Parameter | Description |
|---|---|
| other | AllocatorHandle to compare against. |
bool Returns true if both handles are for the same allocator instance at the same version, otherwise false.
AllocatorHandle instances are equal if they refer to the same instance at the same version.
| Parameter | Description |
|---|---|
| other | Allocator to compare against. |
bool Returns true if both handles are for the same allocator instance at the same version, otherwise false.
AllocatorHandle instances are equal if they refer to the same instance at the same version.