Skip to main content

DrawOptions.Equals(Object) Method

Determines whether the specified object is equal to the current DrawOptions instance.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public override bool Equals(
    object obj
)

#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 DrawOptions instance; otherwise false.

See Also