Operator operator ==
operator ==(Cinfo, Cinfo)
Tests for equality. Same as Equals(Cinfo).
Declaration
public static bool operator ==(XRCpuImage.Plane.Cinfo lhs, XRCpuImage.Plane.Cinfo rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCpuImage.Plane.Cinfo | lhs | The left-hand side of the comparison. |
| XRCpuImage.Plane.Cinfo | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool |
|