Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public virtual int Compare(
	ICartellaObject x,
	ICartellaObject y
)
Visual Basic
Public Overridable Function Compare ( _
	x As ICartellaObject, _
	y As ICartellaObject _
) As Integer
Visual C++
public:
virtual int Compare(
	ICartellaObject^ x, 
	ICartellaObject^ y
)

See Also