Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/replcraft/lib/block/identifier.ts>Identifier#equals

A library to control special structures on the ReplCraft Minecraft server
Latest
method Identifier.prototype.equals
import { Identifier } from "https://deno.land/x/replcraft@v1.1.0/lib/block/identifier.ts";

Check whether the specified identifier is the same as this instance.

Parameters

identifier: Identifier

Identifier to compare against

Returns

boolean

Whether they are the same identifier