Point.Equals 메서드

정의

오버로드

Name Description
Equals(Point)

이 점 인스턴스에 다른 점과 동일한 좌표가 포함되어 있는지 여부를 지정합니다.

Equals(Object)

이 점 인스턴스가 지정된 개체와 동일한 좌표를 포함하는지 여부를 지정합니다.

Equals(Point)

Source:
Point.cs
Source:
Point.cs
Source:
Point.cs
Source:
Point.cs
Source:
Point.cs

이 점 인스턴스에 다른 점과 동일한 좌표가 포함되어 있는지 여부를 지정합니다.

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

매개 변수

other
Point

같음을 테스트할 지점입니다.

반품

true이 점 인스턴스와 동일한 좌표가 있는 경우 other

구현

적용 대상

Equals(Object)

Source:
Point.cs
Source:
Point.cs
Source:
Point.cs
Source:
Point.cs
Source:
Point.cs

이 점 인스턴스가 지정된 개체와 동일한 좌표를 포함하는지 여부를 지정합니다.

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 .

반품

가 이 점 인스턴스와 같고 좌표가 같으면 /a0>입니다.

적용 대상