Skip to main content

InOperator.Clone() Method

In This Article

Creates a copy of the current InOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public InOperator Clone()

#Returns

Type Description
InOperator

An InOperator object which represents an exact copy of the current object.

See Also