Skip to main content

BinaryOperator.Clone() Method

Creates a copy of the current BinaryOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public BinaryOperator Clone()

Returns

Type Description
BinaryOperator

A BinaryOperator object which represents an exact copy of the current object.

See Also