  | EnsureArgumentIsNot Method  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static void IsNot(
	bool condition,
	string message = ""
)
Public Shared Sub IsNot ( 
	condition As Boolean,
	Optional message As String = ""
)
Parameters
- condition
 - Type: SystemBoolean
 - message (Optional)
 - Type: SystemString
 
See Also