public Boolean Equals(CaptureLiteral other) => capture.Equals(other.capture) && ComparisonType.Equals(other.ComparisonType);