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 은 좀 뜻밖이군.
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 은 좀 뜻밖이군.
댓글
댓글 쓰기