Summary
Returns true if the specified substring within `a` contains the same characters as the specified substring within `b`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- Substring
Syntax
public static bool Equals(string a, int aStartIndex, int aEndIndex, string b, int bStartIndex, int bEndIndex)
Parameters
| Name | Type | Description |
|---|---|---|
| a | string | |
| aStartIndex | int | |
| aEndIndex | int | |
| b | string | |
| bStartIndex | int | |
| bEndIndex | int |
Return Value
| Type | Description |
|---|---|
| bool |