public bool Equals(ExpressId other) { return(string.Equals(Value, other.Value)); }
public bool Equals(ExpressId other) { return string.Equals(Value, other.Value); }