 | SphinxStringEquals Method (SphinxString) |
Indicates whether the current object is equal to another object of the same type.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool Equals(
SphinxString other
)
Public Function Equals (
other As SphinxString
) As Boolean
Parameters
- other
- Type: SphinxConnector.NativeApiSphinxString
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