Craft Me A Quote: Knowing that the symbol = is different from the symbol == when writing codes is programming knowledge 102

Knowing that the symbol = is different from the symbol == when writing codes is programming knowledge 102.

if (thereisFluid == true)
{
if (this.gameObject.GetComponent().myRed == true)
{
fluidred = true;
GetComponent().color = Color.red;
}
}