Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals(object)

Determines if a JobHandle refers to the same scheduled job instance as the current instance.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Jobs
  • Assembly: UnityEngine.CoreModule

Equals(Object)

public override bool Equals(object obj)

Parameters

Returns

Type

Description

boolReturns true if
other
refers to the same scheduled job instance, otherwise false is returned.