Method Equals
Equals(object)
Compares for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An |
Returns
| Type | Description |
|---|---|
| bool |
|
Overrides
Equals(ARLightEstimationData)
Compares for equality.
Declaration
public bool Equals(ARLightEstimationData other)
Parameters
| Type | Name | Description |
|---|---|---|
| ARLightEstimationData | other | The other ARLightEstimationData to compare against. |
Returns
| Type | Description |
|---|---|
| bool |
|