/// <summary> /// Id() + " = " + otherCol.Id() /// </summary> /// <param name="otherCol">The column this columns must be equal to.</param> /// <returns></returns> public string Is(Col otherCol) { return(this.Id() + " = " + otherCol.Id()); }