EntityAssignmentComparer.Compare(EntityAssignment, EntityAssignment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares EntityAssignment x against y to determine its relative priority.
public override int Compare (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment x, Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment y);
override this.Compare : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment * Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment -> int
Public Overrides Function Compare (x As EntityAssignment, y As EntityAssignment) As Integer
Parameters
Reference Entity.
Comparisson Entity.
Returns
Numerical value representing x's relative priority.