public static bool Contains(
string property,
string value
)
Public Shared Function Contains (
property As String,
value As String
) As Boolean
public:
static bool Contains(
String^ property,
String^ value
)
static member Contains :
property : string *
value : string -> bool