Table of Contents

TOuterShadowEffect.CompareTo Method

Overloads

TOuterShadowEffect.CompareTo(Object)

Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.

Syntax

Namespace: FlexCel.Core

public Int32 CompareTo(Object other)

Parameters

<-> Parameter Type Description
other Object

See also

TOuterShadowEffect.CompareTo(TOuterShadowEffect)

Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.

Syntax

Namespace: FlexCel.Core

public Int32 CompareTo(TOuterShadowEffect other)

Parameters

<-> Parameter Type Description
other TOuterShadowEffect

See also