public override int GetHashCode() { unchecked { return((ContinueLabel.GetHashCode() * 397) ^ BreakLabel.GetHashCode()); } }
void ReleaseDesignerOutlets() { if (_image != null) { _image.Dispose(); _image = null; } if (CatalogButton != null) { CatalogButton.Dispose(); CatalogButton = null; } if (CloseButton != null) { CloseButton.Dispose(); CloseButton = null; } if (ContinueLabel != null) { ContinueLabel.Dispose(); ContinueLabel = null; } if (OrderNumberLabel != null) { OrderNumberLabel.Dispose(); OrderNumberLabel = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } }
protected bool Equals(LoopData other) { return(ContinueLabel.Equals(other.ContinueLabel) && BreakLabel.Equals(other.BreakLabel)); }