Equals()
System::MemoryExtensions::Equals(const ReadOnlySpan<char16_t>&, const ReadOnlySpan<char16_t>&, StringComparison) function
Compares two ReadOnlySpan<char16_t> for equality using StringComparison.
bool System::MemoryExtensions::Equals(const ReadOnlySpan<char16_t> &span, const ReadOnlySpan<char16_t> &other, StringComparison comparisonType)
Arguments
Parameter | Type | Description |
---|---|---|
span | const ReadOnlySpan<char16_t>& | The first span to compare |
other | const ReadOnlySpan<char16_t>& | The second span to compare |
comparisonType | StringComparison | The string comparison type to use |
Return Value
true if the spans are equal, false otherwise
See Also
- Enum StringComparison
- Class ReadOnlySpan
- Namespace System::MemoryExtensions
- Library Aspose.Slides