Skip to main content
A newer version of this page is available. .
All docs
V20.2

TransformationRule.Equals(TransformationRule) Method

Determines whether the current object has the same settings as the specified object.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public bool Equals(
    TransformationRule other
)

Parameters

Name Type Description
other TransformationRule

A TransformationRule object to compare with the current object.

Returns

Type Description
Boolean

true if the object specified by the parameter has the same settings as the current object; otherwise, false.

See Also