Click or drag to resize
SphinxFloatEquals Method (SphinxFloat)
Indicates whether the current object is equal to another object of the same type.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public bool Equals(
	SphinxFloat other
)

Parameters

other
Type: SphinxConnector.NativeApiSphinxFloat
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also