'Declaration Public Function CompareTo( _ ByVal other As LayoutContent _ ) As Integer
'Usage Dim instance As LayoutContent Dim other As LayoutContent Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( LayoutContent other )
Parameters
- other
- Content with which the calling instance will be compared.
Return Value
Whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.