FaultReasonText::Matches Method (CultureInfo^)

 

Returns a value that indicates whether the language of the description matches provided CultureInfo object.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
bool Matches(
	CultureInfo^ cultureInfo
)

Parameters

cultureInfo
Type: System.Globalization::CultureInfo^

The CultureInfo object to compare with the language of the description.

Return Value

Type: System::Boolean

true if the specified System.Globalization::CultureInfo matches; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: