ILCallCommunication.IsEqualTo(ILCallCommunication) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if this call is equal to communication
Otherwise, returns false
.
[Foundation.Export("isEqualToCallCommunication:")]
public virtual bool IsEqualTo (IdentityLookup.ILCallCommunication communication);
override this.IsEqualTo : IdentityLookup.ILCallCommunication -> bool
Parameters
- communication
- ILCallCommunication
The message to compare.
Returns
true
if this call is equal to communication
Otherwise, false
.
- Attributes