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