idTech4.Geometry.idSphere.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
		public static bool operator ==(idSphere s1, idSphere s2)
		{
			return s1.Equals(s2);
		}