EOLStatus - overrides implemented
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
return $"{this.option}";
|
||||
}
|
||||
|
||||
public override Boolean Equals(object other) => other is EOLStatus status && status == this;
|
||||
|
||||
public override Int32 GetHashCode() => this.option?.GetHashCode() ?? 0;
|
||||
|
||||
public static implicit operator EOLStatus (String _string)
|
||||
{
|
||||
var status = default(EOLStatus);
|
||||
|
||||
Reference in New Issue
Block a user