3 references to ElementwiseNotEquals
Microsoft.Data.Analysis.Tests (3)
DataFrameTests.BinaryOperations.cs (3)
453
Assert.False(res.
ElementwiseNotEquals
(ints).All());
462
Assert.False(inPlace.
ElementwiseNotEquals
(ints).All());
469
Assert.True(inPlace.
ElementwiseNotEquals
(res).All());