System.Yaml.YamlNode.Equals C# (CSharp) Méthode

Equals() abstract private méthode

Returns true if b is of same type as the YamlNode and its content is also logically same.
abstract private Equals ( YamlNode b, ObjectRepository repository ) : bool
b YamlNode Node to be compared.
repository ObjectRepository Node repository holds the nodes that already appeared and /// the corresponding node in the other node tree.
Résultat bool
        internal abstract bool Equals(YamlNode b, ObjectRepository repository);

Same methods

YamlNode::Equals ( object obj ) : bool