AssemblyReference.LessThan(AssemblyReference, AssemblyReference) Operator

Definition

public:
 static bool operator <(Microsoft::BizTalk::Deployment::AssemblyReference ^ firstAssemblyReference, Microsoft::BizTalk::Deployment::AssemblyReference ^ secondAssemblyReference);
public static bool operator < (Microsoft.BizTalk.Deployment.AssemblyReference firstAssemblyReference, Microsoft.BizTalk.Deployment.AssemblyReference secondAssemblyReference);
static member ( < ) : Microsoft.BizTalk.Deployment.AssemblyReference * Microsoft.BizTalk.Deployment.AssemblyReference -> bool
Public Shared Operator < (firstAssemblyReference As AssemblyReference, secondAssemblyReference As AssemblyReference) As Boolean

Parameters

firstAssemblyReference
AssemblyReference
secondAssemblyReference
AssemblyReference

Returns

Boolean

Applies to