Visual Basic (Declaration) | |
---|---|
Public Operator =( _ ByVal left As LogicalChannelId, _ ByVal right As LogicalChannelId _ ) As Boolean |
C# | |
---|---|
public bool operator ==( LogicalChannelId left, LogicalChannelId right ) |
C++/CLI | |
---|---|
public: bool operator ==( LogicalChannelId left, LogicalChannelId right ) |
Parameters
- left
- The first instance of LogicalChannelId to compare.
- right
- The second instance of LogicalChannelId to compare.
Return Value
true if the two instances of LogicalChannelId have the same Operation and ChannelIds; otherwise, false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)