Share via


StandardFormat.Equals 메서드

정의

이 인스턴스가 지정된 개체 또는 StandardFormat과 같은지 여부를 나타내는 값을 반환합니다.

오버로드

Equals(StandardFormat)

지정된 StandardFormat이 현재 인스턴스와 동일한지를 나타내는 값을 반환합니다.

Equals(Object)

지정된 개체가 현재 인스턴스와 동일한 StandardFormat 개체인지를 나타내는 값을 반환합니다.

설명

및 속성이 같으면 SymbolPrecision 두 인스턴스 StandardFormat 가 동일합니다.

Equals(StandardFormat)

Source:
StandardFormat.cs
Source:
StandardFormat.cs
Source:
StandardFormat.cs

지정된 StandardFormat이 현재 인스턴스와 동일한지를 나타내는 값을 반환합니다.

public:
 virtual bool Equals(System::Buffers::StandardFormat other);
public bool Equals (System.Buffers.StandardFormat other);
override this.Equals : System.Buffers.StandardFormat -> bool
Public Function Equals (other As StandardFormat) As Boolean

매개 변수

other
StandardFormat

현재 인스턴스와 비교할 형식입니다.

반환

두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상

Equals(Object)

Source:
StandardFormat.cs
Source:
StandardFormat.cs
Source:
StandardFormat.cs

지정된 개체가 현재 인스턴스와 동일한 StandardFormat 개체인지를 나타내는 값을 반환합니다.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

매개 변수

obj
Object

현재 인스턴스와 비교할 개체입니다.

반환

두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상