Table of Contents

ApiFilter.CompareTo Method

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

Compares this instance to another instance and returns an indication of their relative values

public int CompareTo(ApiFilter other)

Parameters

other ApiFilter

An ApiFilter object to compare

Returns

int

Returns -1 if this instance is less than the value, 0 if they are equal, or 1 if this instance is greater than the value or the value is null.

Remarks

Entries are sorted by API entry type and full name