| EncryptionTypeInequality Operator |
Implementation of the != operator for EncryptionType class.
Namespace: ObujekutoruAssembly: obujekutoru (in obujekutoru.dll) Version: 1.1.0.25794
Syntax public 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 : bool
Parameters
- 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