|  | EncryptionTypeInequality Operator  | 
 
            Implementation of the != operator for EncryptionType class.
            
 
    Namespace: 
   Obujekutoru
    Assembly:
   obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
 Syntax
Syntaxpublic static bool operator !=(
	EncryptionType et1,
	EncryptionType et2
)
Public Shared Operator <> ( 
	et1 As EncryptionType,
	et2 As EncryptionType
) As Boolean
public:
static bool operator !=(
	EncryptionType^ et1, 
	EncryptionType^ et2
)
static let inline (<>)
        et1 : EncryptionType * 
        et2 : EncryptionType  : boolParameters
- et1
- Type: ObujekutoruEncryptionType
 Left-hand side operand.
- et2
- Type: ObujekutoruEncryptionType
 Right-hand side operand.
Return Value
Type: 
Booleantrue if encryption types do not have the same value; otherwise, false.
 See Also
See Also