YamlDotNet - A .NET library for parsing and emitting YAML
Equals Method (other)
NamespacesYamlDotNet.RepresentationModelYamlNodeEquals(YamlNode)

[This is preliminary documentation and is subject to change.]

Provides a basic implementation of Object.Equals
Declaration Syntax
C#Visual BasicVisual C++
protected bool Equals(
	YamlNode other
)
Protected Function Equals ( _
	other As YamlNode _
) As Boolean
protected:
bool Equals(
	YamlNode^ other
)
Parameters
other (YamlNode)

[Missing <param name="other"/> documentation for "M:YamlDotNet.RepresentationModel.YamlNode.Equals(YamlDotNet.RepresentationModel.YamlNode)"]

Return Value

[Missing <returns> documentation for "M:YamlDotNet.RepresentationModel.YamlNode.Equals(YamlDotNet.RepresentationModel.YamlNode)"]

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949