Axiom.Graphics.LayerBlendModeEx.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Override.
Overriden to quash warnings, not necessarily needed right now.
public GetHashCode ( ) : int
Результат int
		public override int GetHashCode()
		{
			return blendType.GetHashCode() ^ operation.GetHashCode() ^ source1.GetHashCode() ^ source2.GetHashCode() ^ colorArg1.GetHashCode() ^ colorArg2.GetHashCode() ^ alphaArg1.GetHashCode() ^ alphaArg2.GetHashCode() ^ blendFactor.GetHashCode();
		}