Click or drag to resize

XlsGradient CompareTo Method

Compares the current instance with another IGradient object and returns an integer that indicates whether the current instance equals the another IGradient.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CompareTo(
	IGradient twin
)

Parameters

twin
Type: Spire.Xls.Core IGradient
The IGradient object to compare with the current instance.

Return Value

Type: Int32
if twin == this return 0.

Implements

IGradient CompareTo(IGradient)
See Also