TextInfo.Equals(Object) 메서드
정의
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
매개 변수
반환
obj
가 현재 TextInfo와 같은 쓰기 시스템을 나타내면 true
이고, 그렇지 않으면 false
입니다.true
if obj
represents the same writing system as the current TextInfo; otherwise, false
.
설명
이 메서드는 Object.Equals를 재정의합니다.This method overrides Object.Equals.