method Deno.UnsafePointer.equals
Jump to headingUnsafePointer.equals<T = unknown>(a: PointerValue<T>,b: PointerValue<T>,): boolean
Returns true
if the two pointers point to the same address.
Type Parameters Jump to heading
Jump to headingT = unknown
Parameters Jump to heading
Return Type Jump to heading
boolean