public static bool Compare(VirtualTreeLabelEditData operand1, VirtualTreeLabelEditData operand2)
 {
     Debug.Assert(false); // There is no need to compare these
     return false;
 }
Пример #2
0
 public static bool Compare(VirtualTreeLabelEditData operand1, VirtualTreeLabelEditData operand2)
 {
     Debug.Assert(false); // There is no need to compare these
     return(false);
 }