Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Compare(Glyph)

Compares two glyphs to determine if they have the same values.
Read time 1 minuteLast updated 6 days ago

Definition

public bool Compare(Glyph other)

Parameters

other

The glyph to compare with.

Returns

Type

Description

boolReturns true if the glyphs have the same values. False if not.