示例#1
0
 public static object Compare(BinaryOpStorage /*!*/ comparisonStorage, RespondToStorage /*!*/ respondToStorage, ClrName /*!*/ self, object other)
 {
     return(MutableStringOps.Compare(comparisonStorage, respondToStorage, self.MangledName, other));
 }