StringSegmentEquals(String) Method
Indicates whether the current
StringSegment instance is equal to another one specified in the
other parameter.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
string? other
)
Public Function Equals (
other As String
) As Boolean
public:
bool Equals(
String^ other
)
member Equals :
other : string -> bool
- other String
- A StringSegment instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.