CertInfo.Equality Operator (CertInfo, CertInfo)
equivalentCodeEntity
M:System.Web.Security.SingleSignOn.CertInfo.Equals(System.Web.Security.SingleSignOn.CertInfo,System.Web.Security.SingleSignOn.CertInfo)
Determines whether two specified CertInfo objects have the same value.
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
lhs
Type: System.Web.Security.SingleSignOn.CertInfoThe CertInfo that goes into the left-hand side of the equation.
rhs
Type: System.Web.Security.SingleSignOn.CertInfoThe CertInfo that goes into the right-hand side of the equation.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
See Also
CertInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top