ChannelId.Equality(ChannelId, ChannelId) Operator
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.
Determines whether two ChannelId instances are equal.
public static bool operator ==(Microsoft.Agents.Core.Models.ChannelId obj1, Microsoft.Agents.Core.Models.ChannelId obj2);
static member ( = ) : Microsoft.Agents.Core.Models.ChannelId * Microsoft.Agents.Core.Models.ChannelId -> bool
Public Shared Operator == (obj1 As ChannelId, obj2 As ChannelId) As Boolean
Parameters
Returns
true if the instances are equal; otherwise, false.