Skip to main content

CustomLabelInformation.Equals(Object) Method

Determines whether or not the specified object is equal to the current CustomLabelInformation instance.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public override bool Equals(
    object obj
)
Public Overrides Function Equals(
    obj As Object
) As Boolean

Parameters

Name Type Description
obj Object

The object to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current CustomLabelInformation instance; otherwise false.

Remarks

Two CustomLabelInformation objects are considered equal if all the values of their properties are the same.

See Also