- use start_record_timestamp, file, bridge to compare if 3 start events are eql?
This commit is contained in:
parent
9921f9ef42
commit
b59fc8d3aa
@ -286,13 +286,9 @@ module BigBlueButton
|
||||
|
||||
def eql?(other)
|
||||
(start_record_timestamp == other.start_record_timestamp) and
|
||||
(stop_event_timestamp == other.stop_event_timestamp) and
|
||||
(file == other.file) and
|
||||
(bridge == other.bridge) and
|
||||
(start_event_timestamp == other.start_event_timestamp)
|
||||
(bridge == other.bridge)
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user