Пример #1
0
Файл: Col.cs Проект: 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());
 }