Method Equals
Equals(XRCameraFrameExifData)
Compares for equality.
Declaration
public bool Equals(XRCameraFrameExifData other)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCameraFrameExifData | other | The other XRCameraFrameExifData to compare against. |
Returns
| Type | Description |
|---|---|
| bool | true if the XRCameraFrameExifData represents the same object. Otherwise, false. |
Implements
Equals(object)
Compares for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An |
Returns
| Type | Description |
|---|---|
| bool | true if |