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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา