idTech4.UI.idWinBool.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
		public static bool operator ==(idWinBool b1, bool b2)
		{
			return (b1._data == b2);
		}