MakeClassSchedule.Algorithm.Professor.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Professor lP, Professor rP)
        {
            return (lP._id != rP._id);
        }