Click or drag to resize

BinarySizeEquals Method (Object)

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

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to this instance.

Return Value

Type: Boolean
if obj has the same value as this instance; otherwise, .
See Also