Equals Method
Collapse the table of content
Expand the table of content

CallInfo.Equals Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

'Declaration
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft