ILCommunication.IsEqualTo(ILCommunication) Method

Definition

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

Applies to