Prebuild.Core.Targets.ToolInfo.GetHashCode C# (CSharp) Method

GetHashCode() public method

Hash Code
public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
			return name.GetHashCode() ^ guid.GetHashCode() ^ this.fileExtension.GetHashCode() ^ this.xmlTag.GetHashCode();

		}
	}