VersionInformation.IsDifferentOrNewerThan Method (VersionInformation)
Compares the specified VersionInformation object with the current VersionInformation object. The method checks whether the current version is greater than the specified version.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool IsDifferentOrNewerThan(
VersionInformation vi
)
public:
bool IsDifferentOrNewerThan(
VersionInformation^ vi
)
member IsDifferentOrNewerThan :
vi:VersionInformation -> bool
Public Function IsDifferentOrNewerThan (
vi As VersionInformation
) As Boolean
Parameters
vi
Type: System.Web.Security.SingleSignOn.VersionInformationThe specified VersionInformation object.
Return Value
Type: System.Boolean
true if the current version is greater than the specified version; otherwise false.
See Also
VersionInformation Class
System.Web.Security.SingleSignOn Namespace
Return to top