Click or drag to resize
EncryptionTypeEquality Operator
Implementation of the == operator for EncryptionType class.

Namespace: Obujekutoru
Assembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax
public static bool operator ==(
	EncryptionType et1,
	EncryptionType et2
)

Parameters

et1
Type: ObujekutoruEncryptionType
Left-hand side operand.
et2
Type: ObujekutoruEncryptionType
Right-hand side operand.

Return Value

Type: Boolean
true if encryption types have the same value; otherwise, false.
See Also