Visual Basic (Declaration) | |
---|---|
Public Overloads Function Equals( _ ByVal other As LogicalChannelId _ ) As Boolean |
C# | |
---|---|
public bool Equals( LogicalChannelId other ) |
C++/CLI | |
---|---|
public: bool Equals( LogicalChannelId other ) |
Parameters
- other
- The LogicalChannelId structure to compare with the current instance.
Return Value
true if the specified LogicalChannelId has the same Operation and ChannelIds as the current instance; otherwise, false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)