Catel.Data.ModelBase.operator C# (CSharp) Method

operator() public static method

Implements the operator ==.
public static operator ( ) : bool
return bool
        public static bool operator ==(ModelBase firstObject, ModelBase secondObject)
        {
            return Equals(firstObject, secondObject);
        }