private bool Equals(EventContracts other) { return(string.Equals(Value, other.Value)); }
private bool Equals(EventContracts other) { return string.Equals(Value, other.Value); }