예제 #1
0
파일: Behavior.cs 프로젝트: seiya1223/moq
 public override bool Equals(object obj)
 {
     return(Behavior.Equals(this, obj as Behavior));
 }
예제 #2
0
파일: Behavior.cs 프로젝트: seiya1223/moq
 public bool Equals(Behavior other)
 {
     return(Behavior.Equals(this, other));
 }