Method Equals
Equals(XRCameraIntrinsics)
Tests for equality.
Declaration
public bool Equals(XRCameraIntrinsics other)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCameraIntrinsics | other | The other XRCameraIntrinsics to compare against. |
Returns
| Type | Description |
|---|---|
| bool |
|
Implements
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The |
Returns
| Type | Description |
|---|---|
| bool |
|