public bool Equals(EAStatePair other) { if (other != null) { return Right.Equals(other.Right) && Left.Equals(other.Left); } return false; }
public bool Equals(EAStatePair other) { if (other != null) { return(Right.Equals(other.Right) && Left.Equals(other.Left)); } return(false); }