Click or drag to resize
Accord.NET (logo)

ByteRangeEquals Method (Object)

Determines whether the specified Object, is equal to this instance.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also