Axiom.Core.ColorEx.GetHashCode C# (CSharp) Method

GetHashCode() public method

Override GetHashCode.
Done mainly to quash warnings, no real need for it.
public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
			return this.ToARGB();
		}