Column.NotEqual(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inequality test.
public Microsoft.Spark.Sql.Column NotEqual (object rhs);
member this.NotEqual : obj -> Microsoft.Spark.Sql.Column
Public Function NotEqual (rhs As Object) As Column
Parameters
- rhs
- Object
The right hand side of expression being tested for inequality.
Returns
New column after applying not equal operator