Share via


DeploymentObjectAttributeData.LessThan Operator

Definition

public:
 static bool operator <(Microsoft::Web::Deployment::DeploymentObjectAttributeData ^ attribute1, Microsoft::Web::Deployment::DeploymentObjectAttributeData ^ attribute2);
public static bool operator < (Microsoft.Web.Deployment.DeploymentObjectAttributeData attribute1, Microsoft.Web.Deployment.DeploymentObjectAttributeData attribute2);
static member ( < ) : Microsoft.Web.Deployment.DeploymentObjectAttributeData * Microsoft.Web.Deployment.DeploymentObjectAttributeData -> bool
Public Shared Operator < (attribute1 As DeploymentObjectAttributeData, attribute2 As DeploymentObjectAttributeData) As Boolean

Parameters

Returns

Returns Boolean.

Applies to