Bless.Gui.Areas.Highlight.Equals C# (CSharp) Method

Equals() public method

public Equals ( h ) : bool
return bool
	public bool Equals(Highlight h)
	{
		return this.Start == h.Start && this.End == h.End && this.Type == h.Type; 
	}
	

Same methods

Highlight::Equals ( object obj ) : bool