Substring.

Equals(string, string, int, int) Method

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, string b, int bStartIndex, int bEndIndex)

Parameters

Name Type Description
a string
b string
bStartIndex int
bEndIndex int

Return Value

Type Description
bool