Click or drag to resize
WordMatchEquals Method (WordMatch)
Checks if another WordMatch object is equal to the current object.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Equals(
	WordMatch other
)

Parameters

other
Type: BioWordMatch
WordMatch object to be compared.

Return Value

Type: Boolean
true: if the objects are equal else false.

Implements

IEquatableTEquals(T)
See Also