ChannelId.Equals 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.
Overloads
| Equals(ChannelId) |
Determines whether the specified ChannelId is equal to the current instance. |
| Equals(Object) |
Equals(ChannelId)
Determines whether the specified ChannelId is equal to the current instance.
public bool Equals(Microsoft.Agents.Core.Models.ChannelId other);
override this.Equals : Microsoft.Agents.Core.Models.ChannelId -> bool
Public Function Equals (other As ChannelId) As Boolean
Parameters
Returns
true if the specified ChannelId is equal to the current instance; otherwise, false.