QsCustomType.CompareTo 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
| CompareTo(QsCustomType) | |
| CompareTo(Object) | |
| CompareTo(Object, IComparer) |
CompareTo(QsCustomType)
public override sealed int CompareTo (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType obj);
Public Overrides NotOverridable Function CompareTo (obj As QsCustomType) As Integer
Parameters
- obj
- QsCustomType
Returns
Implements
Applies to
CompareTo(Object)
public override sealed int CompareTo (object obj);
Public Overrides NotOverridable Function CompareTo (obj As Object) As Integer
Parameters
- obj
- Object