Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Checks if this instance equals another.
Read time 1 minuteLast updated 5 days ago

Definition

Equals(ProcessorInstance)

Checks if this instance equals another.
public bool Equals(ProcessorInstance other)

Parameters

The other instance for comparing.

Returns

Type

Description

boolTrue if the given instance is equal to this, otherwise, false.

Equals(Object)

Checks if this instance equals a given object.
public override bool Equals(object obj)

Parameters

The object for comparing.

Returns

Type

Description

boolTrue if the given object is equal to this instance, otherwise, false.