Result Property (CompareTilesEventArgs)
In This Topic
Gets or sets a signed integer that indicates the relative values of
Tile1 and
Tile2 as follow: less than 0 (if Tile1 is less than Tile2), zero (if Tile1 equals Tile2), greater than zero (if Tile1 is greater than Tile2).
Syntax
'Declaration
Public Property Result As Integer
public int Result {get; set;}
See Also