IComparison4 Interface

graph BT Type["IComparison4"] class Type type-node

Syntax

public interface IComparison4

Methods

Name Value Summary
Compare(Object, Object) int
Returns negative number if x < y Returns zero if x == y Returns positive number if x > y