EyeshotKeyedCollection<T>.AreEqualStrings Method

Protected Friend Shared Function AreEqualStrings( _ 
ByVal s1 As String, _ 
ByVal s2 As String
) As Boolean
This language is not supported or no code example is available.
internal protected static bool AreEqualStrings( 
string s1
string s2 
)
This language is not supported or no code example is available.

Parameters

s1
string

s2
string

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition