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