Method Equals
Equals(SequenceContext)
Indicates whether the current object is equal to another object of the same type.
선언
public bool Equals(SequenceContext other)
파라미터
타입 | 이름 | 설명 |
---|---|---|
SequenceContext | other | An object to compare with this object. |
반환
타입 | 설명 |
---|---|
bool | true if the current object is equal to the |
구현
Equals(object)
Indicates whether the current object is equal to another object of indeterminate type.
선언
public override bool Equals(object obj)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | obj | An object to compare with this object. |
반환
타입 | 설명 |
---|---|
bool | true if the current object is equal to the |