CallInfo::Equals Method (Object^)

 

Determines whether the specified CallInfo instance is considered equal to the current.

Namespace:   System.Dynamic
Assembly:  System.Core (in System.Core.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The instance of CallInfo to compare with the current instance.

Return Value

Type: System::Boolean

true if the specified instance is equal to the current one otherwise, false.

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