Method EndsWith
EndsWith(BytesRef, BytesRef)
Returns true
if the ref
ends with the given suffix
. Otherwise
false
.
Declaration
public static bool EndsWith(BytesRef ref, BytesRef suffix)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | ref | The BytesRef to test. |
BytesRef | suffix | The expected suffix |
Returns
Type | Description |
---|---|
System.Boolean | Returns |