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 |
|---|---|
| bool | Returns true when the objects are equal and false if otherwise. |