Skip to content

P_CodeJam_Arithmetic_Operators_1_Compare

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Operators(T).Compare Property

Comparison callback

Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static Func<T, T, int> Compare { get; }

VB

Public Shared ReadOnly Property Compare As Func(Of T, T, Integer)
	Get

F#

static member Compare : Func<'T, 'T, int> with get

Property Value

Type: Func(T, T, Int32)

See Also

Reference

Operators(T) Class
CodeJam.Arithmetic Namespace

Clone this wiki locally