public bool Equals(CustomStruct other)
 {
     return(Value == other.Value);
 }
 public bool Equals(CustomStruct other)
 {
     return Value == other.Value;
 }