Method Equals
Equals(object)
Implementation of Equals() that compares two objects to determine if they are equal.
선언
public override bool Equals(object obj)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | obj | An object to compare with this filter. |
반환
타입 | 설명 |
---|---|
bool | True if the supplied object is the same as this filter. |
오버라이드
Equals(Filter)
Implementation of Equals() that compares two filters to determine if they are equal.
선언
public bool Equals(Filter p)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Filter | p | A filter to compare with this filter. |
반환
타입 | 설명 |
---|---|
bool | True if the supplied filter is reference equal to this filter. |