Sphinx TimestampEquals(Sphinx Timestamp) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the current object is equal to the other parameter; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool Equals(
SphinxTimestamp other
)VB
Public Function Equals (
other As SphinxTimestamp
) As BooleanParameters
- other SphinxTimestamp
- An object to compare with this object.
Return Value
Booleantrue if the current object is equal to the other parameter; otherwise, false.