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

operator() public static method

public static operator ( ) : bool
return bool
		public static bool operator ==(idWinInteger v1, float v2)
		{
			return (v1._data == v2);
		}