Click or drag to resize

EncryptionTypeEquality Operator

Implementation of the == operator for EncryptionType class.

Namespace:  Obujekutoru
Assembly:  obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
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