Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master' into jm_OnlyNetStandardProj
Browse files Browse the repository at this point in the history
  • Loading branch information
masojus committed Nov 12, 2017
2 parents 639d870 + 536b56b commit 1980af1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Keen.NetStandard/Query/QueryRelativeTimeframe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ public static QueryRelativeTimeframe PreviousMinute()

public override bool Equals(object obj)
{
//var timeframe = obj as QueryRelativeTimeframe;
//return timeframe != null &&
// _value == timeframe._value;

return (obj is QueryRelativeTimeframe timeframe) && _value == timeframe._value;
}

Expand Down

0 comments on commit 1980af1

Please sign in to comment.