3 references to ElementwiseNotEquals
Microsoft.Data.Analysis.Tests (3)
DataFrameTests.BinaryOperations.cs (3)
447
Assert.False(res.
ElementwiseNotEquals
(ints).All());
456
Assert.False(inPlace.
ElementwiseNotEquals
(ints).All());
463
Assert.True(inPlace.
ElementwiseNotEquals
(res).All());