CertInfo.LessThan Operator (CertInfo, CertInfo)

 

equivalentCodeEntity

M:System.Web.Security.SingleSignOn.CertInfo.Compare(System.Web.Security.SingleSignOn.CertInfo,System.Web.Security.SingleSignOn.CertInfo)

Returns a value that indicates whether one value is less than the other.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public static bool operator <(
    CertInfo lhs,
    CertInfo rhs
)
public:
static bool operator <(
    CertInfo^ lhs,
    CertInfo^ rhs
)
static let inline (<)
        lhs:CertInfo *
        rhs:CertInfo : bool
Public Shared Operator < (
    lhs As CertInfo,
    rhs As CertInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the lhs object is less than the rhs object; otherwise, false.

See Also

CertInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top