Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Compare Method (x, y)
NamespacesGenesyslab.Desktop.Modules.Core.Model.AgentsMediaVoiceComparerCompare(IMedia, IMedia)
Compares two media (x and y).
Declaration Syntax
C#Visual BasicVisual C++
public int Compare(
	IMedia x,
	IMedia y
)
Public Function Compare ( _
	x As IMedia, _
	y As IMedia _
) As Integer
public:
virtual int Compare(
	IMedia^ x, 
	IMedia^ y
) sealed
Parameters
x (IMedia)
Media x.
y (IMedia)
Media y.
Return Value
0(zero), if the media are null. -1, if the media are not the same. 1, if the media are the same.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)