Skip to main content

FormatInfo.IsEquals(FormatInfo) Method

Compares properties of the current object with settings of the specified FormatInfo object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual bool IsEquals(
    FormatInfo info
)

Parameters

Name Type Description
info FormatInfo

The FormatInfo object whose properties are compared.

Returns

Type Description
Boolean

true if properties of the current object equal to corresponding properties of the info parameter.

Remarks

The IsEquals property compares the FormatInfo.Format, FormatInfo.FormatString and FormatInfo.FormatType properties of the current and specified FormatInfo objects and returns the result of the comparison. IsEquals returns true if the corresponding properties have the same values. Otherwise, false is returned.

See Also