PointF.Equals 메서드

정의

오버로드

Name Description
Equals(PointF)

현재 개체가 같은 형식의 다른 개체와 같은지 여부를 나타냅니다.

Equals(Object)

지정된 PointF좌표와 동일한 좌표가 포함되는지 여부를 Object 지정합니다.

Equals(PointF)

Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs

현재 개체가 같은 형식의 다른 개체와 같은지 여부를 나타냅니다.

public:
 virtual bool Equals(System::Drawing::PointF other);
public readonly bool Equals(System.Drawing.PointF other);
public bool Equals(System.Drawing.PointF other);
override this.Equals : System.Drawing.PointF -> bool
Public Function Equals (other As PointF) As Boolean

매개 변수

other
PointF

이 개체와 비교할 개체입니다.

반품

현재 개체가 같으면 , 그렇지 않으면 .

구현

적용 대상

Equals(Object)

Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs
Source:
PointF.cs

지정된 PointF좌표와 동일한 좌표가 포함되는지 여부를 Object 지정합니다.

public:
 override bool Equals(System::Object ^ obj);
public override readonly 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

Object 테스트할 수 있습니다.

반품

이 메서드는 a true 이고 이 obj좌표와 동일한 좌표를 갖는 경우 PointF 를 반환 Point 합니다.

적용 대상