Click or drag to resize

BinarySize.Equals 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.Jumbo.BinarySize
The BinarySize value to compare to this instance.

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also