ReadonlyByteArrayEquals(Object) Method

Determines whether this ReadonlyByteArray instance is equal to another object.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override bool Equals(
	Object other
)

Parameters

other  Object
The object to compare with this instance.

Return Value

Boolean
true if the objects are equal; otherwise, false.

See Also