[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.PropertyPath.Equals(NHibernate.Mapping.ByCode.PropertyPath)"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool Equals(
	PropertyPath other
)
Visual Basic
Public Function Equals ( _
	other As PropertyPath _
) As Boolean
Visual C++
public:
bool Equals(
	PropertyPath^ other
)

Parameters

other
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="other"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPath.Equals(NHibernate.Mapping.ByCode.PropertyPath)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.PropertyPath.Equals(NHibernate.Mapping.ByCode.PropertyPath)"]

See Also