Column.EqualTo(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.
Equality test.
public Microsoft.Spark.Sql.Column EqualTo (object rhs);
member this.EqualTo : obj -> Microsoft.Spark.Sql.Column
Public Function EqualTo (rhs As Object) As Column
Parameters
- rhs
- Object
The right hand side of expression being tested for equality
Returns
New column after applying the equal to operator