Click or drag to resize

BinarySizeEquals Method (BinarySize)

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

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public bool Equals(
	BinarySize other
)

Parameters

other
Type: Ookii.JumboBinarySize
The BinarySize value to compare to this instance.

Return Value

Type: Boolean
if other has the same value as this instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also