PropertyDefinitionHandle.Equals 메서드
정의
오버로드
Equals(Object) | |
Equals(PropertyDefinitionHandle) |
현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Equals(PropertyDefinitionHandle)
현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(System::Reflection::Metadata::PropertyDefinitionHandle other);
public bool Equals (System.Reflection.Metadata.PropertyDefinitionHandle other);
override this.Equals : System.Reflection.Metadata.PropertyDefinitionHandle -> bool
Public Function Equals (other As PropertyDefinitionHandle) As Boolean
매개 변수
- other
- PropertyDefinitionHandle
이 개체와 비교할 개체입니다.An object to compare with this object.
반환
현재 개체가 other
매개 변수와 같으면 true
이고, 그렇지 않으면 false
입니다.true
if the current object is equal to the other
parameter; otherwise, false
.