StringSequence2 struct StringSequence2 : IEquatable<StringSequence2>, IStringSequence Documentation Code public string Value1 public string Value2 public string this[int i] { get; set; } public int Length { get; } public StringSequence2(string value1, string value2) public bool Equals(StringSequence2 other)