Column.Equality(Column, Object) Operator
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.
Apply equality test on the given two columns.
public static Microsoft.Spark.Sql.Column operator ==(Microsoft.Spark.Sql.Column lhs, object rhs);
static member ( = ) : Microsoft.Spark.Sql.Column * obj -> Microsoft.Spark.Sql.Column
Public Shared Operator == (lhs As Column, rhs As Object) As Column
Parameters
- lhs
- Column
Column on the left side of equality test
- rhs
- Object
Column on the right side of equality test
Returns
New column after applying equality test