Example #1
0
 public static bool IsInsert(this InsertCommand command, string text)
 {
     return(command.IsInsert && command.AsInsert().Item == text);
 }