Click or drag to resize

WritableComparableTEquals Method (WritableComparableT)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public virtual bool Equals(
	WritableComparable<T> other
)

Parameters

other
Type: Ookii.Jumbo.IOWritableComparableT
The WritableComparableT to compare with the current WritableComparableT.

Return Value

Type: Boolean
if the specified WritableComparableT is equal to the current WritableComparableT; otherwise, .

Implements

IEquatableTEquals(T)
See Also