[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.NullableBoolean.Equals

Equals Method

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
object other

The object to compare with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides

Equals(NullableBoolean)

Equalses the specified other.

Declaration
public bool Equals(NullableBoolean other)
Parameters
Type Name Description
NullableBoolean other

The other.

Returns
Type Description
bool

true if XXXX, false otherwise.