|
668 | 668 | <list type="table"><listheader><term> Value |
669 | 669 | </term><description> Meaning |
670 | 670 | </description></listheader><item><term> Less than zero |
671 | | - </term><description> This instance precedes <paramref name="other" /> in the sort order. |
| 671 | + </term><description> This instance precedes <paramref name="value" /> in the sort order. |
672 | 672 | </description></item><item><term> Zero |
673 | | - </term><description> This instance occurs in the same position in the sort order as <paramref name="other" />. |
| 673 | + </term><description> This instance occurs in the same position in the sort order as <paramref name="value" />. |
674 | 674 | </description></item><item><term> Greater than zero |
675 | | - </term><description> This instance follows <paramref name="other" /> in the sort order. |
| 675 | + </term><description> This instance follows <paramref name="value" /> in the sort order. |
676 | 676 | </description></item></list></returns> |
677 | 677 | <remarks>To be added.</remarks> |
678 | 678 | </Docs> |
|
713 | 713 | <list type="table"><listheader><term> Value |
714 | 714 | </term><description> Meaning |
715 | 715 | </description></listheader><item><term> Less than zero |
716 | | - </term><description> This instance precedes <paramref name="obj" /> in the sort order. |
| 716 | + </term><description> This instance precedes <paramref name="value" /> in the sort order. |
717 | 717 | </description></item><item><term> Zero |
718 | | - </term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />. |
| 718 | + </term><description> This instance occurs in the same position in the sort order as <paramref name="value" />. |
719 | 719 | </description></item><item><term> Greater than zero |
720 | | - </term><description> This instance follows <paramref name="obj" /> in the sort order. |
| 720 | + </term><description> This instance follows <paramref name="value" /> in the sort order. |
721 | 721 | </description></item></list></returns> |
722 | 722 | <remarks>To be added.</remarks> |
723 | 723 | </Docs> |
|
0 commit comments