| 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
)
Public Function Equals (
other As BinarySize
) As Boolean
public:
virtual bool Equals(
BinarySize other
) sealed
abstract Equals :
other : BinarySize -> bool
override Equals :
other : BinarySize -> bool
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