BEST PRACTICES: Provide Equatable

Generic collection classes such as List, Dictionary, Stack, and Queue provide
Contains and other methods that compare objects for equality. Microsoft recommends that any class that you are likely to place in one of these generic collections should implement IEquatable.

IEquatable 은 좀 뜻밖이군.

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Alternative to IValueConvert, QuickConverter

Reflection with IDispatch-based COM objects