ILCommunication.IsEqualTo(ILCommunication) 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 communication is equal to communication
Otherwise, returns false
.
[Foundation.Export("isEqualToCommunication:")]
public virtual bool IsEqualTo (IdentityLookup.ILCommunication communication);
abstract member IsEqualTo : IdentityLookup.ILCommunication -> bool
override this.IsEqualTo : IdentityLookup.ILCommunication -> bool
Parameters
- communication
- ILCommunication
The message to compare.
Returns
true
if this communication is equal to communication
Otherwise, false
.
- Attributes