RuntimeOps::ExpandoCheckVersion Method (ExpandoObject^, Object^)

 
Note: This API is now obsolete.

This API supports the product infrastructure and is not intended to be used directly from your code.

Checks the version of the Expando object.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public:
[ObsoleteAttribute("do not use this method", true)]
static bool ExpandoCheckVersion(
	ExpandoObject^ expando,
	Object^ version
)

Parameters

expando
Type: System.Dynamic::ExpandoObject^

The Expando object.

version
Type: System::Object^

The version to check.

Return Value

Type: System::Boolean

Returns true if the version is equal; otherwise, false.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: