Exemple #1
0
 public static bool Equals(RespondToStorage /*!*/ respondToStorage, BinaryOpStorage /*!*/ equalsStorage, string /*!*/ self, object other)
 {
     return(MutableStringOps.Equals(respondToStorage, equalsStorage, self, other));
 }