| 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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
An encryption type value to compare to this instance.
Return Value
Type:
Booleantrue if obj has the same value as this instance; otherwise, false.
See Also