Indicates whether to digest are equal by performing a simply
byte-per-byte compare of the two digests.
Syntax
[Android.Runtime.Register("isEqual", "([B[B)Z", "")]
public static
bool IsEqual (
byte[] digesta,
byte[] digestb)
Parameters
- digesta
- the first digest to be compared
- digestb
- the second digest to be compared
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1