Search for equals
Search API
Name | Type | Location | Description |
---|---|---|---|
_Group:: |
function |
classes/ |
|
_Course:: |
function |
classes/ |
Convienience function. Simply compare the course_id of another course to $this to see if they are equal. |
_Semester:: |
function |
classes/ |
|
_Course:: |
function |
classes/ |
This function is used for comparing a course name to the subject_id and course_num of $this. We expect a space between the subject_id and CourseNum in $str. |
_Course:: |
function |
classes/ |
Basically, this is a comparator function that will return true if $this equals many of the attributes of $course_c. Useful for seeing if $this is an "instance of" a particular course, but not necessairily the course that the student took. … |