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.
Assembly: System.Core (in System.Core.dll)
Parameters
- obj
- Type: System.Object
The instance of CallInfo to compare with the current instance.
Return Value
Type: System.Booleantrue if the specified instance is equal to the current one otherwise, false.
Show: