ReverseComparer<T>.

Compare(T, T) Method

Summary

Uses System.Collections.Generic.Comparer`1.Default with the parameters swapped.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
ReverseComparer<T>

Syntax

public int Compare(T x, T y)

Parameters

Name Type Description
x T
y T

Return Value

Type Description
int