StandardFormat.Inequality(StandardFormat, StandardFormat) 연산자
정의
두 개의 StandardFormat 인스턴스가 다른지를 확인합니다.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
매개 변수
- left
- StandardFormat
비교할 첫 번째 형식입니다.The first format to compare.
- right
- StandardFormat
비교할 두 번째 형식입니다.The second format to compare.
반환
두 개의 형식이 다른 경우 true
이고 같은 경우 false
입니다.true
if the two formats are unequal; otherwise, false
.
설명
StandardFormat Symbol 및 속성이 동일 하지 않으면 두 인스턴스가 동일 Precision 하지 않습니다.Two StandardFormat instances are unequal if their Symbol and Precision properties are not identical.