/// <summary>
 /// Gets the matched Identifiable Object from this reference, returns the original Maintainable if this is a Maintainable reference that matches the maintainable.  Gets null if no match
 ///     is found
 /// </summary>
 /// <param name="maintainableObject"> The maintainable object. </param>
 /// <returns>
 /// The <see cref="Org.Sdmxsource.Sdmx.Api.Model.Objects.Base.IIdentifiableObject"/> .
 /// </returns>
 public Org.Sdmxsource.Sdmx.Api.Model.Objects.Base.IIdentifiableObject GetMatch(Org.Sdmxsource.Sdmx.Api.Model.Objects.Base.IMaintainableObject maintainableObject)
 {
     return(StructureReference.GetMatch(maintainableObject));
 }