Conversion.Inequality(Conversion, Conversion) Operator
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.
Returns false if the specified Conversion objects are equal and true otherwise.
public:
static bool operator !=(Microsoft::CodeAnalysis::CSharp::Conversion left, Microsoft::CodeAnalysis::CSharp::Conversion right);
public static bool operator != (Microsoft.CodeAnalysis.CSharp.Conversion left, Microsoft.CodeAnalysis.CSharp.Conversion right);
static member op_Inequality : Microsoft.CodeAnalysis.CSharp.Conversion * Microsoft.CodeAnalysis.CSharp.Conversion -> bool
Public Shared Operator != (left As Conversion, right As Conversion) As Boolean
Parameters
- left
- Conversion
The first Conversion object.
- right
- Conversion
The second Conversion object.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.