Interface PrimitiveValObject
interface PrimitiveValObject { clone(): this; copy(other: any): any; equals(other: any): boolean;} Methods
clone
- clone(): this
Returns this
copy
- copy(other: any): any
Returns any
equals
- equals(other: any): boolean
Returns boolean