Click or drag to resize

EncryptionTypeEquals Method

Returns a value indicating whether this instance is equal to a specified object.

Namespace:  Obujekutoru
Assembly:  obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An encryption type value to compare to this instance.

Return Value

Type: Boolean
true if obj has the same value as this instance; otherwise, false.
See Also