YCbCr.Equals
Method in YCbCr
Declaration
public bool Equals(YCbCr other)
Description
Determines if the components are equal to another.
Parameters
other | The other components to compare to. |
Returns
bool | True if the components are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)
Description
Determines if the components are equal to another.
Parameters
other | The other object to compare to. |
Returns
bool | True if the components are equal, false otherwise. |