Prebuild.Core.Targets.ToolInfo.operator C# (CSharp) Méthode

operator() public static méthode

Equals operator
public static operator ( ) : bool
Résultat bool
		public static bool operator== (ToolInfo c1, ToolInfo c2)
		{
			return ((c1.name == c2.name) && (c1.guid == c2.guid) && (c1.fileExtension == c2.fileExtension) && (c1.xmlTag == c2.xmlTag));
		}