2 references to Equals
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
1130
if (isAnomaly.
Equals
(false))
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
518
Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _lateCall.
Equals
(other._lateCall)