StandardFormat.Inequality(StandardFormat, StandardFormat) 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.
Determines whether two StandardFormat instances are unequal.
public:
static bool operator !=(System::Buffers::StandardFormat left, System::Buffers::StandardFormat right);
public static bool operator != (System.Buffers.StandardFormat left, System.Buffers.StandardFormat right);
static member op_Inequality : System.Buffers.StandardFormat * System.Buffers.StandardFormat -> bool
Public Shared Operator != (left As StandardFormat, right As StandardFormat) As Boolean
Parameters
- left
- StandardFormat
The first format to compare.
- right
- StandardFormat
The second format to compare.
Returns
true
if the two formats are unequal; otherwise, false
.
Remarks
Two StandardFormat instances are unequal if their Symbol and Precision properties are not identical.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.