예제 #1
0
 public bool Equals(DWFlags other)
 {
     return(m_componentSize == other.m_componentSize && m_flags == other.m_flags);
 }