ObjectSequence3 struct ObjectSequence3 : IEquatable<ObjectSequence3>, IObjectSequence Documentation Code public object Value1 public object Value2 public object Value3 public object this[int i] { get; set; } public ObjectSequence3(object value1, object value2, object value3) public bool Equals(ObjectSequence3 other)