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

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
Object to compare with this instance.

Return Value

True if the two instances are same type and represent the same checksum.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also