コード例 #1
0
 public int CompareTo(IResponseVisualizer other)
 {
     if (other is JsonResponseVisualizer)
     {
         return(1);
     }
     else
     {
         return(0);
     }
 }
コード例 #2
0
 public int CompareTo(IResponseVisualizer other) => 0;
コード例 #3
0
 public bool IsThisPrimary(IResponseVisualizer other) => false;
コード例 #4
0
 public int CompareTo(IResponseVisualizer other) => other is SummaryResponseVisualizer ? -1 : 1;