Exemplo n.º 1
0
Arquivo: Col.cs Projeto: trygu/PxWeb
 /// <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());
 }