Equals(object)
Compares this SceneView.CameraMode object against a specified SceneView.CameraMode object.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
Equals(Object)
public override bool Equals(object otherObject)
Parameters
The SceneView.CameraMode to compare.
Returns
Type | Description |
|---|---|
| bool | Returns true if the SceneView.CameraMode objects are equal. Returns false otherwise. |