Skip to main content
method Deno.UnsafePointer.equals
UnsafePointer.equals<T = unknown>(): boolean
Deprecated

Returns true if the two pointers point to the same address.

Type Parameters

T = unknown

Parameters

Return Type

boolean
Back to top