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