Do the binary representations of FirstValue and SecondValue differ
in the positions that are not exposed?
| C# | Visual Basic | Visual C++ |
protected internal bool NotExposedBinaryDiffers( List<int> ActualAppliedQubits, int FirstValue, int SecondValue )
Protected Friend Function NotExposedBinaryDiffers ( _ ActualAppliedQubits As List(Of Integer), _ FirstValue As Integer, _ SecondValue As Integer _ ) As Boolean
protected public: bool NotExposedBinaryDiffers( List<int>^ ActualAppliedQubits, int FirstValue, int SecondValue )
- ActualAppliedQubits (List<(Of <(Int32>)>))
- The targets of the operation, in the order that they are applied. The value of each element is the target qubit.
- FirstValue (Int32)
- First value to compare
- SecondValue (Int32)
- Second value to compare
True if they differ in the positions that are not exposed
in the register.