| RsaSignaturePaddingEquals(Object) Method |
Determines whether the specified object is equal to the current object.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override bool Equals(
Object obj
)
Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise,
false.
Remarks
The type of comparison between the current instance and the obj parameter depends on whether
the current instance is a reference type or a value type.
See Also