Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


equals(AndroidJavaObject)

The equivalent of the java.lang.Object equals() method.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public virtual bool equals(AndroidJavaObject obj)

Parameters

Returns

Type

Description

boolReturns true when the objects are equal and false if otherwise.