예제 #1
0
 public bool Equals(CorChain other) => !ReferenceEquals(other, null) && RawObject == other.RawObject;
예제 #2
0
파일: CorChain.cs 프로젝트: xornand/dnSpy
 public bool Equals(CorChain other)
 {
     return(!ReferenceEquals(other, null) &&
            RawObject == other.RawObject);
 }