Identifier

class Identifier(val name: String)

Provides functionality that can be used to identify an object with a specified name.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string that can be used for identification purposes. This provides a version of the name that has been formatted to make string comparison simpler. This is not a unique identifier.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String