Skip to main content
A newer version of this page is available. .

DataSourceParameterBase.BaseEqualityComparer.Equals(IParameter, IParameter) Method

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static bool Equals(
    IParameter x,
    IParameter y
)

Parameters

Name Type
x IParameter
y IParameter

Returns

Type
Boolean
See Also