Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Compare this object with another object and return true if they are equal.
Read time 1 minuteLast updated 7 days ago

Definition

Equals(Object)

Compare this object with another object and return true if they are equal.
public override bool Equals(object obj)

Parameters

The object to compare with.

Returns

Type

Description

boolTrue if the objects are equal.

Equals(TimerState)

Compare this object with another object and return true if they are equal.
public bool Equals(TimerState other)

Parameters

The object to compare with.

Returns

Type

Description

boolTrue if the objects are equal.